CredentialDataRequest.IsAllowUsingExpiredKeys プロパティ

定義

有効期限が切れた認証キーの使用を許可するかどうかを取得します。

public virtual bool IsAllowUsingExpiredKeys { [Android.Runtime.Register("isAllowUsingExpiredKeys", "()Z", "GetIsAllowUsingExpiredKeysHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isAllowUsingExpiredKeys", "()Z", "GetIsAllowUsingExpiredKeysHandler", ApiSince=33)>]
member this.IsAllowUsingExpiredKeys : bool

プロパティ値

他のキーが使用できない場合に有効期限が切れた認証キーの使用を許可するかどうか。

属性

注釈

有効期限が切れた認証キーの使用を許可するかどうかを取得します。

既定では、これは false に設定されています。

の Java ドキュメント android.security.identity.CredentialDataRequest.isAllowUsingExpiredKeys()

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

適用対象