Delegate RemoteCertificateValidationCallback
Represents the method that will handle a remote certificate validation callback during an SSL handshake.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public delegate void RemoteCertificateValidationCallback(object sender, in CertificateValidationArgs certificateValidationArgs)
Parameters
Type | Name | Description |
---|---|---|
object | sender | The source of the event. On the Acceptor side, it will be the Engine object; on the Initiator side, it will be the Session object. |
CertificateValidationArgs | certificateValidationArgs | An object that contains the information about the pre-validated certificate and corresponding data. |