CredentialDataResult.IEntries.GetRetrievedEntryNames(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 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
.
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.