ASCredentialProviderViewController.ProvideCredentialWithoutUserInteraction 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 to attempt to provide the credential without user interaction.
[Foundation.Export("provideCredentialWithoutUserInteractionForIdentity:")]
public virtual void ProvideCredentialWithoutUserInteraction (AuthenticationServices.ASPasswordCredentialIdentity credentialIdentity);
abstract member ProvideCredentialWithoutUserInteraction : AuthenticationServices.ASPasswordCredentialIdentity -> unit
override this.ProvideCredentialWithoutUserInteraction : AuthenticationServices.ASPasswordCredentialIdentity -> unit
Parameters
- credentialIdentity
- ASPasswordCredentialIdentity
- Attributes