Click or drag to resize

IEnrollmentCredentialProviderOnEnrollmentAuthenticationChallenge Method

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.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
EnrollmentCredential OnEnrollmentAuthenticationChallenge()

Return Value

Type: EnrollmentCredential
See Also