Click or drag to resize

IEnrollmentCredentialProvider Methods

The IEnrollmentCredentialProvider type exposes the following members.

Methods
  NameDescription
Public methodOnCredentialAccepted
This method is called by the requester to report that the credential returned by the Credential Provider has been accepted.
Public methodOnEnrollmentAuthenticationChallenge
This method is called to authenticate a challenge and provide a credential back to the requester. Credential Provider needs to know how to handle the challenge and provide an appropriate EnrollmentCredential in response.
Top
See Also