SmartCardCryptogramStorageKeyInfo.PublicKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the public key.
public:
property IBuffer ^ PublicKey { IBuffer ^ get(); };
IBuffer PublicKey();
public IBuffer PublicKey { get; }
var iBuffer = smartCardCryptogramStorageKeyInfo.publicKey;
Public ReadOnly Property PublicKey As IBuffer
Property Value
A buffer containing the public key in the format specified when calling RequestCryptogramMaterialStorageKeyInfoAsync.