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: 550.0.60.0
Syntaxpublic delegate void CredentialCallback(
UserCredential credential
)
Parameters
- credential
- Type: Avaya.ClientServicesUserCredential
The credential to be used for authentication based on a Challenge request.
See Also