SmartCardCryptogramGenerator.RequestUnlockCryptogramMaterialForUseAsync Method

Definition

Requests that previously imported cryptogram material packages be readied for use.

public:
 virtual IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ^ RequestUnlockCryptogramMaterialForUseAsync(SmartCardUnlockPromptingBehavior promptingBehavior) = RequestUnlockCryptogramMaterialForUseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> RequestUnlockCryptogramMaterialForUseAsync(SmartCardUnlockPromptingBehavior const& promptingBehavior);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> RequestUnlockCryptogramMaterialForUseAsync(SmartCardUnlockPromptingBehavior promptingBehavior);
function requestUnlockCryptogramMaterialForUseAsync(promptingBehavior)
Public Function RequestUnlockCryptogramMaterialForUseAsync (promptingBehavior As SmartCardUnlockPromptingBehavior) As IAsyncOperation(Of SmartCardCryptogramGeneratorOperationStatus)

Parameters

promptingBehavior
SmartCardUnlockPromptingBehavior

The unlock prompting behavior.

Returns

An asynchronous operation that completes with an operation status after the prompting behavior is completed.

Attributes

Applies to

See also