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