Share via


ASCredentialProviderViewController.PrepareInterfaceToProvideCredential Method

Definition

Overloads

Name Description
PrepareInterfaceToProvideCredential(ASPasswordCredentialIdentity)

Developers should override this method which is called shortly before the user is shown the interface for the credential.

PrepareInterfaceToProvideCredential(IASCredentialRequest)

PrepareInterfaceToProvideCredential(ASPasswordCredentialIdentity)

Developers should override this method which is called shortly before the user is shown the interface for the credential.

[Foundation.Export("prepareInterfaceToProvideCredentialForIdentity:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrepareInterfaceToProvideCredential(AuthenticationServices.ASPasswordCredentialIdentity credentialIdentity);
[<Foundation.Export("prepareInterfaceToProvideCredentialForIdentity:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareInterfaceToProvideCredential : AuthenticationServices.ASPasswordCredentialIdentity -> unit
override this.PrepareInterfaceToProvideCredential : AuthenticationServices.ASPasswordCredentialIdentity -> unit

Parameters

credentialIdentity
ASPasswordCredentialIdentity
Attributes

Applies to

PrepareInterfaceToProvideCredential(IASCredentialRequest)

[Foundation.Export("prepareInterfaceToProvideCredentialForRequest:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrepareInterfaceToProvideCredential(AuthenticationServices.IASCredentialRequest credentialRequest);
[<Foundation.Export("prepareInterfaceToProvideCredentialForRequest:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareInterfaceToProvideCredential : AuthenticationServices.IASCredentialRequest -> unit
override this.PrepareInterfaceToProvideCredential : AuthenticationServices.IASCredentialRequest -> unit

Parameters

credentialRequest
IASCredentialRequest
Attributes

Applies to