SymmetricAlgorithmNames.DesCbcPkcs7 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

包含“DES_CBC_PKCS7”的字符串。

注解

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

适用于

另请参阅