ASCredentialIdentityStore.GetCredentialIdentityStoreState 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.
Retrieves the state of store, which is passed as an argument to the completion
handler.
[Foundation.Export("getCredentialIdentityStoreStateWithCompletion:")]
public virtual void GetCredentialIdentityStoreState (Action<AuthenticationServices.ASCredentialIdentityStoreState> completion);
abstract member GetCredentialIdentityStoreState : Action<AuthenticationServices.ASCredentialIdentityStoreState> -> unit
override this.GetCredentialIdentityStoreState : Action<AuthenticationServices.ASCredentialIdentityStoreState> -> unit
Parameters
- completion
- Action<ASCredentialIdentityStoreState>
- Attributes