ASCredentialIdentityStore.RemoveAllCredentialIdentitiesAsync 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.
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>