Share via


CredentialDataRequest.IsAllowUsingExhaustedKeys Property

Definition

Gets whether to allow using an authentication key which use count has been exceeded.

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

Property Value

whether to allow using an authentication key which use count has been exceeded if no other key is available.

Attributes

Remarks

Gets whether to allow using an authentication key which use count has been exceeded.

By default this is set to true.

Java documentation for android.security.identity.CredentialDataRequest.isAllowUsingExhaustedKeys().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to