SmartCardCryptogramGenerator.RequestUnlockCryptogramMaterialForUseAsync 方法

定义

以前导入的加密语法材料包可供使用的请求。

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)

参数

promptingBehavior
SmartCardUnlockPromptingBehavior

解锁提示行为。

返回

在完成提示行为后以操作状态完成的异步操作。

属性

适用于

另请参阅