共用方式為


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

解除鎖定提示行為。

傳回

在提示行為完成之後,以作業狀態完成的非同步作業。

屬性

適用於

另請參閱