SmartCardCryptogramStorageKeyInfo.PublicKey Property

Definition

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.

Applies to

See also