SigningCredentials.DigestAlgorithm Property

Definition

Gets the cryptographic algorithm that is used to compute the digest for the portion of the SOAP message that is to be digitally signed.

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

Property Value

A URI that represents the cryptographic algorithm that is used to compute the digest for the portion of the SOAP message that is to be digitally signed.

Remarks

To set the DigestAlgorithm property, use one of the constructors that take a digestAlgorithm parameter.

Applies to