SmartCardCryptogramStorageKeyInfo.PublicKey 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 la clé publique.
public:
property IBuffer ^ PublicKey { IBuffer ^ get(); };
IBuffer PublicKey();
public IBuffer PublicKey { get; }
var iBuffer = smartCardCryptogramStorageKeyInfo.publicKey;
Public ReadOnly Property PublicKey As IBuffer
Valeur de propriété
Mémoire tampon contenant la clé publique au format spécifié lors de l’appel de RequestCryptogramMaterialStorageKeyInfoAsync.