SymmetricAlgorithmNames.AesEcbPkcs7 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

包含“AES_ECB_PKCS7”的字符串。

注解

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

适用于

另请参阅