RSACryptoServiceProvider.SignatureAlgorithm 属性

定义

获取可用于此 RSA 的实现的签名算法的名称。

public:
 virtual property System::String ^ SignatureAlgorithm { System::String ^ get(); };
public override string SignatureAlgorithm { get; }
member this.SignatureAlgorithm : string
Public Overrides ReadOnly Property SignatureAlgorithm As String

属性值

String

签名算法的名称。

注解

此属性用于 XML 数字签名类来指示算法 URI。 在此实现中,该属性始终返回 http://www.w3.org/2000/09/xmldsig#rsa-sha1。

适用于

另请参阅