CredentialDataRequest.Builder.SetAllowUsingExhaustedKeys(Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
使い果たされた認証キーを使用できるかどうかを設定します。
[Android.Runtime.Register("setAllowUsingExhaustedKeys", "(Z)Landroid/security/identity/CredentialDataRequest$Builder;", "", ApiSince=33)]
public Android.Security.Identity.CredentialDataRequest.Builder SetAllowUsingExhaustedKeys(bool allowUsingExhaustedKeys);
[<Android.Runtime.Register("setAllowUsingExhaustedKeys", "(Z)Landroid/security/identity/CredentialDataRequest$Builder;", "", ApiSince=33)>]
member this.SetAllowUsingExhaustedKeys : bool -> Android.Security.Identity.CredentialDataRequest.Builder
パラメーター
- allowUsingExhaustedKeys
- Boolean
他のキーが使用できない場合に使用数を超えた認証キーを許可するかどうか。
返品
このビルダー。
- 属性
注釈
既定値は true です。 使い果たされたキーを許可すると、認証キーを更新できない場合に役立ちますが、キーを再利用するとプライバシー リスクが高まる可能性があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。