SymmetricAlgorithmNames.AesEcb 属性

定义

检索包含“AES_ECB”的字符串。

public:
 static property Platform::String ^ AesEcb { Platform::String ^ get(); };
static winrt::hstring AesEcb();
public static string AesEcb { get; }
var string = SymmetricAlgorithmNames.aesEcb;
Public Shared ReadOnly Property AesEcb As String

属性值

String

Platform::String

winrt::hstring

包含“AES_ECB”的字符串。

注解

在对 SymmetricKeyAlgorithmProvider 对象调用 OpenAlgorithm 方法时,使用此属性检索的字符串设置对称加密算法名称。 该字符串表示高级加密标准 (AES) 算法,该算法与欧洲央行) 操作模式 (电子代码手册结合使用。

适用于

另请参阅