Pkcs12SafeContents.AddKeyUnencrypted(AsymmetricAlgorithm) Metodo

Definizione

Aggiunge una chiave privata asimmetrica a SafeContents tramite un nuovo Pkcs12KeyBag e restituisce l'istanza del contenitore appena creata.

public:
 System::Security::Cryptography::Pkcs::Pkcs12KeyBag ^ AddKeyUnencrypted(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public System.Security.Cryptography.Pkcs.Pkcs12KeyBag AddKeyUnencrypted (System.Security.Cryptography.AsymmetricAlgorithm key);
member this.AddKeyUnencrypted : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.Pkcs.Pkcs12KeyBag
Public Function AddKeyUnencrypted (key As AsymmetricAlgorithm) As Pkcs12KeyBag

Parametri

key
AsymmetricAlgorithm

Chiave privata asimmetrica da aggiungere.

Restituisce

Istanza del contenitore aggiunta a SafeContents.

Eccezioni

Il valore del parametro key è null.

L'istanza è di sola lettura.

L'esportazione della chiave non è riuscita.

Si applica a

Vedi anche