CredentialDataResult.IEntries.GetEntryNames(String) 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 names of all requested entries in a name space.
[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>
Parameters
- namespaceName
- String
the namespace name to get entries for.
Returns
A collection of names for the given namespace or the empty collection if no entries was returned for the given name space.
- Attributes
Remarks
Get the names of all requested entries in a name space.
This includes the name of entries that wasn't successfully retrieved.
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.