Condividi tramite


CmsSigner.PrivateKey Proprietà

Definizione

Ottiene o imposta l'oggetto chiave privata da usare durante la firma.

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

Valore della proprietà

Chiave privata da utilizzare durante la firma o null per usare la chiave privata associata alla Certificate proprietà .

Si applica a

Vedi anche