SmartCardCryptogramStorageKeyInfo.PublicKeyBlobType Property

Definition

Gets the type of the public key object. This value reflects the public key blob type requested in the RequestCryptogramMaterialStorageKeyInfoAsync method.

public:
 property CryptographicPublicKeyBlobType PublicKeyBlobType { CryptographicPublicKeyBlobType get(); };
CryptographicPublicKeyBlobType PublicKeyBlobType();
public CryptographicPublicKeyBlobType PublicKeyBlobType { get; }
var cryptographicPublicKeyBlobType = smartCardCryptogramStorageKeyInfo.publicKeyBlobType;
Public ReadOnly Property PublicKeyBlobType As CryptographicPublicKeyBlobType

Property Value

The type of the public key object.

Applies to

See also