SmartCardCryptogramStorageKeyInfo.PublicKeyBlobType 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 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.