ASCredentialProviderViewController.PrepareInterfaceToProvideCredential 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.
Developers should override this method which is called shortly before the user is shown the interface for the credential.
[Foundation.Export("prepareInterfaceToProvideCredentialForIdentity:")]
public virtual void PrepareInterfaceToProvideCredential (AuthenticationServices.ASPasswordCredentialIdentity credentialIdentity);
abstract member PrepareInterfaceToProvideCredential : AuthenticationServices.ASPasswordCredentialIdentity -> unit
override this.PrepareInterfaceToProvideCredential : AuthenticationServices.ASPasswordCredentialIdentity -> unit
Parameters
- credentialIdentity
- ASPasswordCredentialIdentity
- Attributes