RSACryptoServiceProvider.SignatureAlgorithm Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the name of the signature algorithm available with this implementation of RSA.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib.Extensions (in mscorlib.Extensions.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SignatureAlgorithm As String
public override string SignatureAlgorithm { get; }

Property Value

Type: System.String
The name of the signature algorithm.

Remarks

This property is used in XML digital signature classes to indicate the algorithm URI. In this implementation, this property always returns http://www.w3.org/2000/09/xmldsig\#rsa-sha1.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.