ASCredentialIdentityStore.ReplaceCredentialIdentitiesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remplace de manière asynchrone les identités existantes par le spécifié newCredentialIdentities
à partir du magasin. Le tuple retourné aura la première valeur si true
toutes les identités ont été supprimées sans erreur.
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>
Paramètres
- newCredentialIdentities
- ASPasswordCredentialIdentity[]