CredentialDataRequest.Builder.SetAllowUsingExhaustedKeys(Boolean) メソッド

定義

使い果たされた認証キーを使用できるかどうかを設定します。

[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 です。 使い果たされたキーを許可すると、認証キーを更新できない場合に役立ちますが、キーを再利用するとプライバシー リスクが高まる可能性があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象