Click or drag to resize
CredentialCallback Delegate
Callback to the requester with an UserCredential that can be used for authentication. The UserCredential should be based on the Challenge used

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void CredentialCallback(
	UserCredential credential
)

Parameters

credential
Type: Avaya.ClientServicesUserCredential
The credential to be used for authentication based on a Challenge request.
See Also