IEnrollmentCredentialProvider Interface |
Namespace: Avaya.ClientServices
public interface IEnrollmentCredentialProvider
The IEnrollmentCredentialProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| OnCredentialAccepted |
This method is called by the requester to report that the credential returned by the Credential Provider has been accepted.
| |
| OnEnrollmentAuthenticationChallenge |
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.
|