Click or drag to resize

CertificateManagerCertificateValidatorCompletionHandler Delegate

A delegate method to be called upon completion of certificate trust validation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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