ASCredentialIdentityStore.ReplaceCredentialIdentities Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Заменяет существующие удостоверения указанным newCredentialIdentities
из хранилища. Обработчик completion
вызывается после завершения процесса.
[Foundation.Export("replaceCredentialIdentitiesWithIdentities:completion:")]
public virtual void ReplaceCredentialIdentities (AuthenticationServices.ASPasswordCredentialIdentity[] newCredentialIdentities, AuthenticationServices.ASCredentialIdentityStoreCompletionHandler completion);
abstract member ReplaceCredentialIdentities : AuthenticationServices.ASPasswordCredentialIdentity[] * AuthenticationServices.ASCredentialIdentityStoreCompletionHandler -> unit
override this.ReplaceCredentialIdentities : AuthenticationServices.ASPasswordCredentialIdentity[] * AuthenticationServices.ASCredentialIdentityStoreCompletionHandler -> unit
Параметры
- newCredentialIdentities
- ASPasswordCredentialIdentity[]
- completion
- ASCredentialIdentityStoreCompletionHandler
- Атрибуты