共用方式為


SmartCardChallengeContext.ChangeAdministrativeKeyAsync 方法

定義

變更智慧卡的管理金鑰 (也稱為 系統管理員 PIN解除封鎖 PIN) 。

public:
 virtual IAsyncAction ^ ChangeAdministrativeKeyAsync(IBuffer ^ response, IBuffer ^ newAdministrativeKey) = ChangeAdministrativeKeyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ChangeAdministrativeKeyAsync(IBuffer const& response, IBuffer const& newAdministrativeKey);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ChangeAdministrativeKeyAsync(IBuffer response, IBuffer newAdministrativeKey);
function changeAdministrativeKeyAsync(response, newAdministrativeKey)
Public Function ChangeAdministrativeKeyAsync (response As IBuffer, newAdministrativeKey As IBuffer) As IAsyncAction

參數

response
IBuffer

智慧卡驗證挑戰/回應作業的回應。

newAdministrativeKey
IBuffer

新的智慧卡系統管理金鑰。

傳回

完成管理金鑰變更嘗試之後完成的非同步動作。

屬性

適用於

另請參閱