• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class SshfpRecord

    A DnsResourceRecord represending an SSH fingerprint

    SSHFP RRs are used to hold SSH fingerprints. Upon connecting to a host an SSH client may choose to query for this to check the fingerprint(s)

    Inheritance
    Object
    ResourceRecordInfo
    DnsResourceRecord
    SshfpRecord
    Inherited Members
    DnsResourceRecord.ToString()
    DnsResourceRecord.ToString(Int32)
    ResourceRecordInfo.DomainName
    ResourceRecordInfo.RecordType
    ResourceRecordInfo.RecordClass
    ResourceRecordInfo.TimeToLive
    ResourceRecordInfo.InitialTimeToLive
    ResourceRecordInfo.RawDataLength
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: DnsClient.Protocol
    Assembly: DnsClient.dll
    Syntax
    public class SshfpRecord : DnsResourceRecord

    Constructors

    | Improve this Doc View Source

    SshfpRecord(ResourceRecordInfo, SshfpAlgorithm, SshfpFingerprintType, String)

    Declaration
    public SshfpRecord(ResourceRecordInfo info, SshfpAlgorithm algorithm, SshfpFingerprintType fingerprintType, string fingerprint)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    SshfpAlgorithm algorithm

    The algorithm.

    SshfpFingerprintType fingerprintType

    The fingerprint type.

    String fingerprint

    The fingerprint.

    Properties

    | Improve this Doc View Source

    Algorithm

    Algorithm used for the fingerprint

    Declaration
    public SshfpAlgorithm Algorithm { get; }
    Property Value
    Type Description
    SshfpAlgorithm
    | Improve this Doc View Source

    Fingerprint

    Fingerprint as defined in the RR

    Declaration
    public string Fingerprint { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FingerprintType

    Fingerprint type used for the fingerprint

    Declaration
    public SshfpFingerprintType FingerprintType { get; }
    Property Value
    Type Description
    SshfpFingerprintType

    See Also

    RFC 4255
    RFC 6594
    RFC 7479
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net