ASCredentialIdentityStore.RemoveAllCredentialIdentities 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.
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
- Attributes