संपादित करें

इसके माध्यम से साझा किया गया


SignerInfo.DigestAlgorithm Property

Definition

The DigestAlgorithm property retrieves the Oid object that represents the hash algorithm used in the computation of the signatures.

public:
 property System::Security::Cryptography::Oid ^ DigestAlgorithm { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid DigestAlgorithm { get; }
member this.DigestAlgorithm : System.Security.Cryptography.Oid
Public ReadOnly Property DigestAlgorithm As Oid

Property Value

Oid

An Oid object that represents the hash algorithm used with the signature.

Applies to

See also