ASCredentialIdentityStore.ReplaceCredentialIdentitiesAsync 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 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[]