| CertificateManagerCertificateValidatorCompletionHandler Delegate |
A delegate method to be called upon completion of certificate trust validation.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void CertificateValidatorCompletionHandler(
CertificateValidationException error
)
Parameters
- error
- Type: Avaya.ClientServicesCertificateValidationException
If the certificate chain can be trusted, this argument will be null.
Otherwise the argument represents an error associated with trust validation.
See Also