Click or drag to resize

CertificateValidatorHashDetailsCertificate Property

Gets the certificate.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public X509Certificate2 Certificate { get; }
Request Example View Source

Property Value

Type: X509Certificate2
The certificate.
See Also