ASCredentialIdentityStore.RemoveAllCredentialIdentities Method

Definition

Removes all credential identities from the store. The completion handler is called after the process completes.

[Foundation.Export("removeAllCredentialIdentitiesWithCompletion:")]
public virtual void RemoveAllCredentialIdentities (Action<bool,Foundation.NSError> completion);
abstract member RemoveAllCredentialIdentities : Action<bool, Foundation.NSError> -> unit
override this.RemoveAllCredentialIdentities : Action<bool, Foundation.NSError> -> unit

Parameters

completion
Action<Boolean,NSError>
Attributes

Applies to