Click or drag to resize

TlsClientCertificateChecker Property

Gets or sets the certificate checker used to validate remote certificates.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
View Source

Property Value

ICertificateChecker
Remarks
The certificate checker will only be used to validate certificates if the RemoteCertificateValidationCallback is set to null.
See Also