CredentialDataResult.IEntries.GetRetrievedEntryNames(String) Method

Definition

Get the names of all entries that was successfully retrieved from a name space.

[Android.Runtime.Register("getRetrievedEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetRetrievedEntryNames_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> GetRetrievedEntryNames (string namespaceName);
[<Android.Runtime.Register("getRetrievedEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetRetrievedEntryNames_Ljava_lang_String_Handler:Android.Security.Identity.CredentialDataResult/IEntriesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member GetRetrievedEntryNames : string -> System.Collections.Generic.ICollection<string>

Parameters

namespaceName
String

the namespace name to get entries for.

Returns

The entries in the given namespace that were successfully rerieved or the empty collection if no entries was returned for the given name space.

Attributes

Remarks

Get the names of all entries that was successfully retrieved from a name space.

This only return entries for which #getStatus(String, String) will return #STATUS_OK.

Java documentation for android.security.identity.CredentialDataResult.Entries.getRetrievedEntryNames(java.lang.String).

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