ICredentialProvider Interface |
Namespace: Avaya.ClientServices
public interface ICredentialProvider
The ICredentialProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| OnAuthenticationChallenge |
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.
| |
| OnAuthenticationChallengeCancelled |
This method is called by the requester to report that the credential request has been cancelled.
| |
| OnCredentialAccepted |
This method is called by the requester to report that the credential returned by the Credential Provider has been accepted.
| |
| SupportsPreEmptiveChallenge |
This method is called to check if the associated credential provider supports pre-emptive challenge
|