Click or drag to resize

CertificateValidator Constructor

Initializes a new instance of the CertificateValidator class.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public CertificateValidator(
	CertificateValidation certificateValidation,
	string hostName,
	string expectedCertificateHash
)
Request Example View Source

Parameters

certificateValidation
Type: Koopman.CheckPointCertificateValidation
The certificate validation method(s) to use.
hostName
Type: SystemString
Host name for validation.
expectedCertificateHash
Type: SystemString
The expected certificate hash if pinning.
See Also