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 方法时,使用此属性检索的字符串来设置对称加密算法名称。 字符串表示 RC2) 块密码算法与密码块链接模式结合使用的 Rivest Cipher (RC2。

适用于

另请参阅