SignatureDescription.DigestAlgorithm Property

Definition

Gets or sets the digest algorithm for the signature description.

public:
 property System::String ^ DigestAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string? DigestAlgorithm { get; set; }
public string DigestAlgorithm { get; set; }
member this.DigestAlgorithm : string with get, set
Public Property DigestAlgorithm As String

Property Value

The digest algorithm for the signature description.

Applies to

See also