AsymmetricAlgorithmNames.RsaSignPssSha512 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

包含“RSASIGN_PSS_SHA512”的字符串。

注解

调用 OpenAlgorithm 方法时,请使用此属性检索到的字符串来设置非对称算法名称。 字符串表示 RSA 签名算法,该算法使用概率签名方案 (PSS) 填充纯文本,使用安全哈希算法 (SHA) 在签名之前对消息内容进行哈希处理。 SHA 哈希的长度为 512 位。

适用于

另请参阅