ICspAsymmetricAlgorithm.CspKeyContainerInfo Propriété
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.
Obtient un objet CspKeyContainerInfo qui comprend des informations supplémentaires concernant une paire de clés de chiffrement.
public:
property System::Security::Cryptography::CspKeyContainerInfo ^ CspKeyContainerInfo { System::Security::Cryptography::CspKeyContainerInfo ^ get(); };
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
Public ReadOnly Property CspKeyContainerInfo As CspKeyContainerInfo
Valeur de propriété
Objet CspKeyContainerInfo qui comprend des informations supplémentaires concernant une paire de clés de chiffrement.
Remarques
L’objet retourné CspKeyContainerInfo spécifie si la clé peut être exportée et fournit le nom du conteneur de clé, des informations sur le fournisseur et d’autres informations.