CngKeyBlobFormat.GenericPrivateBlob 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 CngKeyBlobFormat qui spécifie un BLOB de clé privée générique.
public:
static property System::Security::Cryptography::CngKeyBlobFormat ^ GenericPrivateBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public static System.Security.Cryptography.CngKeyBlobFormat GenericPrivateBlob { get; }
static member GenericPrivateBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property GenericPrivateBlob As CngKeyBlobFormat
Valeur de propriété
Objet qui spécifie un BLOB de clé privée générique.
Remarques
Un objet BLOB de clé privée générique peut contenir une clé privée de n’importe quel type et ne contient pas nécessairement la clé publique correspondante. Le type de clé que contient l’objet BLOB ne peut être déterminé qu’en examinant l’objet BLOB.