CredentialDataRequest.IsIncrementUseCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether to increment the use-count for the authentication key used.
public virtual bool IsIncrementUseCount { [Android.Runtime.Register("isIncrementUseCount", "()Z", "GetIsIncrementUseCountHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isIncrementUseCount", "()Z", "GetIsIncrementUseCountHandler", ApiSince=33)>]
member this.IsIncrementUseCount : bool
Property Value
whether to increment the use count of the authentication key used.
- Attributes
Remarks
Gets whether to increment the use-count for the authentication key used.
By default this is set to true.
Java documentation for android.security.identity.CredentialDataRequest.isIncrementUseCount()
.
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.