Click or drag to resize
ICredentialProviderOnAuthenticationChallengeCancelled Method
This method is called by the requester to report that the credential request has been cancelled.

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

Parameters

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