ASCredentialIdentityStore.RemoveCredentialIdentitiesAsync 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 the specified credentialIdentities
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>> RemoveCredentialIdentitiesAsync (AuthenticationServices.ASPasswordCredentialIdentity[] credentialIdentities);
abstract member RemoveCredentialIdentitiesAsync : AuthenticationServices.ASPasswordCredentialIdentity[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.RemoveCredentialIdentitiesAsync : AuthenticationServices.ASPasswordCredentialIdentity[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
Parameters
- credentialIdentities
- ASPasswordCredentialIdentity[]