Share via


ASCredentialIdentityStore.RemoveAllCredentialIdentities Method

Definition

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

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

Parameters

completion
Action<Boolean,NSError>
Attributes

Applies to