다음을 통해 공유


IdentityCredential.GetAuthenticationDataUsageCount Method

Definition

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

Int32[]

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.

Java documentation for android.security.identity.IdentityCredential.getAuthenticationDataUsageCount().

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