ASCredentialIdentityStore.RemoveAllCredentialIdentitiesAsync Method

Definition

Asynchronously removes all credential identities from the store. The returned tuple will have a first value of true if all identities were removed without error.

public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> RemoveAllCredentialIdentitiesAsync ();
abstract member RemoveAllCredentialIdentitiesAsync : unit -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.RemoveAllCredentialIdentitiesAsync : unit -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Returns

Applies to