SymmetricAlgorithmNames.AesCbcPkcs7 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

包含“AES_CBC_PKCS7”的字符串。

注解

在对 SymmetricKeyAlgorithmProvider 对象调用 OpenAlgorithm 方法时,使用此属性检索的字符串设置对称加密算法名称。 字符串表示高级加密标准 (AES) 算法,该算法与密码块链接模式的操作和 PKCS#7 填充相结合。

适用于

另请参阅