CredentialDataResult.IEntries.GetEntryNames(String) 方法

定义

获取名称空间中所有请求的条目的名称。

[Android.Runtime.Register("getEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetEntryNames_Ljava_lang_String_Handler:Android.Security.Identity.CredentialDataResult/IEntriesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public System.Collections.Generic.ICollection<string> GetEntryNames (string namespaceName);
[<Android.Runtime.Register("getEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetEntryNames_Ljava_lang_String_Handler:Android.Security.Identity.CredentialDataResult/IEntriesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member GetEntryNames : string -> System.Collections.Generic.ICollection<string>

参数

namespaceName
String

要为其获取条目的命名空间名称。

返回

给定命名空间的名称集合,如果没有为给定名称空间返回任何条目,则为空集合。

属性

注解

获取名称空间中所有请求的条目的名称。

这包括未成功检索的条目的名称。

适用于 . 的 android.security.identity.CredentialDataResult.Entries.getEntryNames(java.lang.String)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于