Click or drag to resize

ICertificateChecker Interface

Defines the interface for a generic X.509 certificate checker.

Namespace: GSF.Net.Security
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public interface ICertificateChecker
View Source

The ICertificateChecker type exposes the following members.

Properties
 NameDescription
Public propertyReasonForFailure Gets the reason why the remote certificate validation failed, or null if certificate validation did not fail.
Top
Methods
 NameDescription
Public methodValidateRemoteCertificate Verifies the remote certificate used for authentication.
Top
See Also