Pkcs12SafeContents.AddKeyUnencrypted(AsymmetricAlgorithm) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une clé privée asymétrique à SafeContents via un nouveau Pkcs12KeyBag et retourne l’instance de conteneur nouvellement créée.
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
Paramètres
Clé privée asymétrique à ajouter.
Retours
Instance de conteneur qui a été ajoutée à SafeContents.
Exceptions
Le paramètre key
a la valeur null
.
Cette instance est en lecture seule.
L’exportation de la clé a échoué.