AsymmetricAlgorithmNames.RsaSignPssSha256 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

包含“RSASIGN_PSS_SHA256”的字符串。

注解

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

适用于

另请参阅