SslStatusX509Certificate Property |
Version 101.0.180
Returns the X.509 certificate.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public X509Certificate2 X509Certificate { get; }
public:
property X509Certificate2^ X509Certificate {
X509Certificate2^ get ();
}
Property Value
Type:
X509Certificate2See Also