SymmetricAlgorithmNames.Rc2Cbc 屬性

定義

擷取包含 「RC2_CBC」 的字串。

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

屬性值

String

Platform::String

winrt::hstring

包含 「RC2_CBC」 的字串。

備註

當您在SymmetricKeyAlgorithmProvider物件上呼叫OpenAlgorithm方法時,請使用此屬性所擷取的字串來設定對稱加密演算法名稱。 字串代表 Rivest 加密 (RC2) 區塊加密演算法,以及加密區塊鏈結作業模式。

適用於

另請參閱