CngKeyBlobFormat.GenericPrivateBlob Proprietà

Definizione

Ottiene un CngKeyBlobFormat oggetto che specifica un BLOB di chiave privata generico.

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

Valore della proprietà

Oggetto che specifica un BLOB di chiave privata generico.

Commenti

Un BLOB di chiave privata generica può contenere una chiave privata di qualsiasi tipo e non contiene necessariamente la chiave pubblica corrispondente. Il tipo di chiave che il BLOB contiene può essere determinato solo esaminando il BLOB.

Si applica a