SmartCardCryptogramGenerator.RequestCryptogramMaterialStorageKeyInfoAsync Method

Definition

Returns the public key and attestation information related to the cryptogram storage key.

public:
 virtual IAsyncOperation<SmartCardCryptogramStorageKeyInfo ^> ^ RequestCryptogramMaterialStorageKeyInfoAsync(SmartCardUnlockPromptingBehavior promptingBehavior, Platform::String ^ storageKeyName, CryptographicPublicKeyBlobType format) = RequestCryptogramMaterialStorageKeyInfoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramStorageKeyInfo> RequestCryptogramMaterialStorageKeyInfoAsync(SmartCardUnlockPromptingBehavior const& promptingBehavior, winrt::hstring const& storageKeyName, CryptographicPublicKeyBlobType const& format);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramStorageKeyInfo> RequestCryptogramMaterialStorageKeyInfoAsync(SmartCardUnlockPromptingBehavior promptingBehavior, string storageKeyName, CryptographicPublicKeyBlobType format);
function requestCryptogramMaterialStorageKeyInfoAsync(promptingBehavior, storageKeyName, format)
Public Function RequestCryptogramMaterialStorageKeyInfoAsync (promptingBehavior As SmartCardUnlockPromptingBehavior, storageKeyName As String, format As CryptographicPublicKeyBlobType) As IAsyncOperation(Of SmartCardCryptogramStorageKeyInfo)

Parameters

promptingBehavior
SmartCardUnlockPromptingBehavior

The prompting behavior to display to the user for validation.

storageKeyName
String

Platform::String

winrt::hstring

The name of the storage key.

format
CryptographicPublicKeyBlobType

The format in which the public key of the storage key is to be returned.

Returns

An asynchronous operation that returns the smart card cryptogram storage key information.

Attributes

Applies to

See also