IdentityCredential.GetAuthenticationDataUsageCount Method
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.
Get the number of times the dynamic authentication keys have been used.
[Android.Runtime.Register("getAuthenticationDataUsageCount", "()[I", "GetGetAuthenticationDataUsageCountHandler", ApiSince=30)]
public abstract int[] GetAuthenticationDataUsageCount ();
[<Android.Runtime.Register("getAuthenticationDataUsageCount", "()[I", "GetGetAuthenticationDataUsageCountHandler", ApiSince=30)>]
abstract member GetAuthenticationDataUsageCount : unit -> int[]
Returns
int array of dynamic authentication key usage counts.
- Attributes
Remarks
Get the number of times the dynamic authentication keys have been used.
This member is deprecated. Use #getAuthenticationKeyMetadata()
instead.
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.