Click or drag to resize
IEnrollmentCredentialProvider Interface
Interface used to represent a EnrollmentCredentialProvider. An enrollment credential provider needs to know how to handle a Challenge and provide a Credential response.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public interface IEnrollmentCredentialProvider

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