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)
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class SshfpRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceSshfpRecord(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 SourceAlgorithm
Algorithm used for the fingerprint
Declaration
public SshfpAlgorithm Algorithm { get; }
Property Value
Type | Description |
---|---|
SshfpAlgorithm |
Fingerprint
Fingerprint as defined in the RR
Declaration
public string Fingerprint { get; }
Property Value
Type | Description |
---|---|
String |
FingerprintType
Fingerprint type used for the fingerprint
Declaration
public SshfpFingerprintType FingerprintType { get; }
Property Value
Type | Description |
---|---|
SshfpFingerprintType |