次の方法で共有


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

新しいスマート カード管理キー。

戻り値

管理者キー変更の試行が完了した後に完了する非同期アクション。

属性

適用対象

こちらもご覧ください