| CertificateValidation Enumeration |
What server certificatate validation should be performed.
Namespace:
Koopman.CheckPoint
Assembly:
CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax Members
| Member name | Value | Description |
---|
| None | 0 |
Trust any certificate. NOTE: Highly recommended not to use this for security reasons.
|
| ValidCertificate | 1 |
Validates the server's certificate and chain.
|
| CertificatePinning | 2 |
Validates server's certificate hash matches the provided hash.
|
| All | 3 |
Server's certificate must be valid and also match the provided hash.
|
| Auto | 4 |
If certificate hash provided then it will be checked, else any valid certificate will be allowed.
|
See Also