ASCredentialIdentityStore.SaveCredentialIdentities 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.
Saves (or replaces, if the store does not support incremental updates) the credentialIdentities
to the store.
[Foundation.Export("saveCredentialIdentities:completion:")]
public virtual void SaveCredentialIdentities (AuthenticationServices.ASPasswordCredentialIdentity[] credentialIdentities, AuthenticationServices.ASCredentialIdentityStoreCompletionHandler completion);
abstract member SaveCredentialIdentities : AuthenticationServices.ASPasswordCredentialIdentity[] * AuthenticationServices.ASCredentialIdentityStoreCompletionHandler -> unit
override this.SaveCredentialIdentities : AuthenticationServices.ASPasswordCredentialIdentity[] * AuthenticationServices.ASCredentialIdentityStoreCompletionHandler -> unit
Parameters
- credentialIdentities
- ASPasswordCredentialIdentity[]
- completion
- ASCredentialIdentityStoreCompletionHandler
- Attributes