RSACryptoServiceProvider.SignatureAlgorithm 属性

定义

获取可用于此 RSA 的实现的签名算法的名称。Gets the name of the signature algorithm available with this implementation of 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

签名算法的名称。The name of the signature algorithm.

注解

此属性在 XML 数字签名类中用于指示算法 URI。This property is used in XML digital signature classes to indicate the algorithm URI. 在此实现中,该属性始终返回 http://www.w3.org/2000/09/xmldsig#rsa-sha1。In this implementation, this property always returns http://www.w3.org/2000/09/xmldsig#rsa-sha1.

适用于