SymmetricAlgorithmNames.TripleDesCbcPkcs7 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

包含“3DES_CBC_PKCS7”的字符串。

注解

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

适用于

另请参阅