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.181-beta
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