SigningCredentials.SignatureAlgorithm Property

Definition

Gets the cryptographic algorithm that is used to generate the digital signature.

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

Property Value

A URI that represents the cryptographic algorithm that is used to generate the digital signature.

Remarks

To set the SignatureAlgorithm property, use one of the constructors that take a signatureAlgorithm parameter.

Applies to