ISslInfoSerialNumber Property |
Version 51.0.0
Returns the DER encoded serial number for the X.509 certificate. The value
possibly includes a leading 00 byte.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax byte[] SerialNumber { get; }
property array<unsigned char>^ SerialNumber {
array<unsigned char>^ get ();
}
Property Value
Type:
ByteSee Also