共用方式為


IdentityCredential.AuthenticationKeyMetadata 屬性

定義

取得動態驗證金鑰的相關信息。

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>

屬性值

驗證金鑰元資料物件的清單。

屬性

備註

取得動態驗證金鑰的相關信息。

如果動態驗證金鑰的認證擱置中,傳回的清單可能會有 null 值。

清單一律 keyCount 為長元素。

android.security.identity.IdentityCredential.getAuthenticationKeyMetadata()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於