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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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