Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Windows Phone 8.1的AES实现_C#_Security_Encryption_Windows Phone 8.1 - Fatal编程技术网

C# Windows Phone 8.1的AES实现

C# Windows Phone 8.1的AES实现,c#,security,encryption,windows-phone-8.1,C#,Security,Encryption,Windows Phone 8.1,我正在搜索windows phone 8.1的AES实现,但我在任何地方都找不到它。在官方文档中,windows phone 8.1使用了System.Security.Cryptography,而其他版本没有所需的类 注意:对于同一个问题存在疑问,但所提供的解决方案同样不适用于Windows Phone 8.1。Windows Phone支持各种风格的AES。请参阅和相关的。是否已检查windows phone是否可用?

我正在搜索windows phone 8.1的AES实现,但我在任何地方都找不到它。在官方文档中,windows phone 8.1使用了
System.Security.Cryptography
,而其他版本没有所需的类


注意:对于同一个问题存在疑问,但所提供的解决方案同样不适用于Windows Phone 8.1。

Windows Phone支持各种风格的AES。请参阅和相关的。

是否已检查windows phone是否可用?