SmartCardCryptogramGenerator.RequestUnlockCryptogramMaterialForUseAsync Method
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.
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