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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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