SigningCredentials.DigestAlgorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.