Class HostCertificateInfo
Information about host certificate.
public sealed class HostCertificateInfo
- Inheritance
-
HostCertificateInfo
- Inherited Members
Properties
Identifier
Gets the certificate identifier.
public string Identifier { get; }
Property Value
IssuerKey
Gets the certificate issuer's public key.
public PublicKey IssuerKey { get; }
Property Value
SerialNumber
Gets the certificate serial number.
public ulong SerialNumber { get; }
Property Value
Type
Gets the certificate type.
public string Type { get; }