IdentityCredential.AuthenticationKeyMetadata 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.
Get information about dynamic authentication keys.
public virtual System.Collections.Generic.IList<Android.Security.Identity.AuthenticationKeyMetadata> AuthenticationKeyMetadata { [Android.Runtime.Register("getAuthenticationKeyMetadata", "()Ljava/util/List;", "GetGetAuthenticationKeyMetadataHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAuthenticationKeyMetadata", "()Ljava/util/List;", "GetGetAuthenticationKeyMetadataHandler", ApiSince=34)>]
member this.AuthenticationKeyMetadata : System.Collections.Generic.IList<Android.Security.Identity.AuthenticationKeyMetadata>
Property Value
list of authentication key metadata objects.
- Attributes
Remarks
Get information about dynamic authentication keys.
The returned list may have null
values if certification for the dynamic authentication key is pending.
The list is always keyCount
elements long.
Java documentation for android.security.identity.IdentityCredential.getAuthenticationKeyMetadata()
.
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.