SymmetricAlgorithmNames.Rc2EcbPkcs7 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取包含 「RC2_ECB_PKCS7」 的字串。
public:
static property Platform::String ^ Rc2EcbPkcs7 { Platform::String ^ get(); };
static winrt::hstring Rc2EcbPkcs7();
public static string Rc2EcbPkcs7 { get; }
var string = SymmetricAlgorithmNames.rc2EcbPkcs7;
Public Shared ReadOnly Property Rc2EcbPkcs7 As String
屬性值
包含 「RC2_ECB_PKCS7」 的字串。
備註
當您在SymmetricKeyAlgorithmProvider物件上呼叫OpenAlgorithm方法時,請使用此屬性所擷取的字串來設定對稱加密演算法名稱。 此字串代表 Rivest Cipher (RC2) 區塊加密演算法,並結合電子代碼簿 (ECB) 模式和 PKCS#7 填補。