Click or drag to resize
ICredentialProviderOnCredentialAccepted Method
This method is called by the requester to report that the credential returned by the Credential Provider has been accepted.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
void OnCredentialAccepted(
	Challenge challenge
)

Parameters

challenge
Type: Avaya.ClientServicesChallenge
The challenge used for getting the authentication credential.
See Also