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: 550.0.60.0
Syntaxvoid OnCredentialAccepted(
Challenge challenge
)
Parameters
- challenge
- Type: Avaya.ClientServicesChallenge
The challenge used for getting the authentication credential.
See Also