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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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