Table of Contents

Class HostCertificateInfo

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Information about host certificate.

public sealed class HostCertificateInfo
Inheritance
HostCertificateInfo
Inherited Members

Properties

Identifier

Gets the certificate identifier.

public string Identifier { get; }

Property Value

string

IssuerKey

Gets the certificate issuer's public key.

public PublicKey IssuerKey { get; }

Property Value

PublicKey

SerialNumber

Gets the certificate serial number.

public ulong SerialNumber { get; }

Property Value

ulong

Type

Gets the certificate type.

public string Type { get; }

Property Value

string