SmartCardCryptogramStorageKeyInfo.PublicKey 属性

定义

获取公钥。

public:
 property IBuffer ^ PublicKey { IBuffer ^ get(); };
IBuffer PublicKey();
public IBuffer PublicKey { get; }
var iBuffer = smartCardCryptogramStorageKeyInfo.publicKey;
Public ReadOnly Property PublicKey As IBuffer

属性值

包含调用 RequestCryptogramMaterialStorageKeyInfoAsync 时指定格式的公钥的缓冲区。

适用于

另请参阅