ICspAsymmetricAlgorithm.CspKeyContainerInfo Propriété

Définition

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é est exportable et fournit le nom du conteneur de clé, des informations sur le fournisseur et d’autres informations.

S’applique à