ICertificateVerifier Interface
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Defines an interface for a certificate verifiers used to verify TLS/SSL server certificates. The CertificateVerifier class provides several common verifiers.
Syntax
public interface ICertificateVerifier
Methods
Name | Description |
---|---|
Verify(TlsSocket, String, CertificateChain) | Validates a certificate. |