Condividi tramite


CmsSigner.DigestAlgorithm Proprietà

Definizione

Ottiene o imposta l'identificatore di algoritmo per l'algoritmo hash da usare con la firma.

public:
 property System::Security::Cryptography::Oid ^ DigestAlgorithm { System::Security::Cryptography::Oid ^ get(); void set(System::Security::Cryptography::Oid ^ value); };
public System.Security.Cryptography.Oid DigestAlgorithm { get; set; }
member this.DigestAlgorithm : System.Security.Cryptography.Oid with get, set
Public Property DigestAlgorithm As Oid

Valore della proprietà

Oid

Identificatore dell'algoritmo hash da usare con la firma.

Commenti

Per il valore predefinito di questa proprietà, vedere CmsSigner().

Si applica a