AsymmetricAlgorithmNames.RsaPkcs1 属性

定义

检索包含“RSA_PKCS1”的字符串。

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

属性值

String

Platform::String

winrt::hstring

包含“RSA_PKCS1”的字符串。

注解

调用 OpenAlgorithm 方法时,请使用此属性检索到的字符串来设置非对称算法名称。 字符串表示使用 PKCS1 填充纯文本的 RSA 公钥算法。 不使用哈希算法。

适用于

另请参阅