ASCredentialIdentityStore.SaveCredentialIdentitiesAsync 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 saves (or replaces, if the store does not support incremental updates) the credentialIdentities
to the store.
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> SaveCredentialIdentitiesAsync (AuthenticationServices.ASPasswordCredentialIdentity[] credentialIdentities);
abstract member SaveCredentialIdentitiesAsync : AuthenticationServices.ASPasswordCredentialIdentity[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.SaveCredentialIdentitiesAsync : AuthenticationServices.ASPasswordCredentialIdentity[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
Parameters
- credentialIdentities
- ASPasswordCredentialIdentity[]
Returns
The first value will be true
on success. The second value will be non-null on error.