Click or drag to resize

ICredentialProvider Methods

The ICredentialProvider type exposes the following members.

Methods
  NameDescription
Public methodOnAuthenticationChallenge
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 ICredential in response.
Public methodOnAuthenticationChallengeCancelled
This method is called by the requester to report that the credential request has been cancelled.
Public methodOnCredentialAccepted
This method is called by the requester to report that the credential returned by the Credential Provider has been accepted.
Public methodSupportsPreEmptiveChallenge
This method is called to check if the associated credential provider supports pre-emptive challenge
Top
See Also