Table of Contents

Class HostKey

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Represents a host key.

public sealed class HostKey
Inheritance
HostKey
Inherited Members

Properties

CertificateInfo

Gets the certificate information if the host key is stored in a certificate.

public HostCertificateInfo? CertificateInfo { get; }

Property Value

HostCertificateInfo

Key

Gets the public key.

public PublicKey Key { get; }

Property Value

PublicKey