Class HostKey
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
Key
Gets the public key.
public PublicKey Key { get; }