Udostępnij za pośrednictwem


CmsSigner.PrivateKey Właściwość

Definicja

Pobiera lub ustawia obiekt klucza prywatnego do użycia podczas podpisywania.

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

Wartość właściwości

Klucz prywatny używany podczas podpisywania lub null używania klucza prywatnego skojarzonego z właściwością Certificate .

Dotyczy

Zobacz też