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 填補的加密區塊鏈結模式。

適用於

另請參閱