CngKeyBlobFormat.GenericPublicBlob Propriedade

Definição

Obtém um objeto CngKeyBlobFormat que especifica um BLOB de chave pública genérica.Gets a CngKeyBlobFormat object that specifies a generic public key BLOB.

public:
 static property System::Security::Cryptography::CngKeyBlobFormat ^ GenericPublicBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public static System.Security.Cryptography.CngKeyBlobFormat GenericPublicBlob { get; }
member this.GenericPublicBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property GenericPublicBlob As CngKeyBlobFormat

Valor da propriedade

CngKeyBlobFormat

Um objeto que especifica um BLOB de chave pública genérico.An object that specifies a generic public key BLOB.

Comentários

Um BLOB de chave pública genérico pode conter uma chave pública de qualquer tipo.A generic public key BLOB can contain a public key of any type. O tipo de chave pública que o BLOB contém pode ser determinado apenas examinando o BLOB.The type of public key that the BLOB contains can be determined only by examining the BLOB.

Aplica-se a