ASCredentialIdentityStore.ReplaceCredentialIdentitiesAsync Method

Definition

Asynchronously replaces the existing identities with the specified newCredentialIdentities 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>> ReplaceCredentialIdentitiesAsync (AuthenticationServices.ASPasswordCredentialIdentity[] newCredentialIdentities);
abstract member ReplaceCredentialIdentitiesAsync : AuthenticationServices.ASPasswordCredentialIdentity[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.ReplaceCredentialIdentitiesAsync : AuthenticationServices.ASPasswordCredentialIdentity[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Parameters

newCredentialIdentities
ASPasswordCredentialIdentity[]

Returns

Applies to