Поделиться через


ASCredentialIdentityStore.ReplaceCredentialIdentitiesAsync Метод

Определение

Асинхронно заменяет существующие удостоверения указанными newCredentialIdentities из хранилища. Возвращаемый кортеж будет иметь первое значение , true если все удостоверения были удалены без ошибок.

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>

Параметры

newCredentialIdentities
ASPasswordCredentialIdentity[]

Возвращаемое значение

Применяется к