TLSA
Defined in RFC 6698.
public class TlsaRecord : DnsRecordBase
Public Class TlsaRecord
Inherits DnsRecordBase
public ref class TlsaRecord : public DnsRecordBase
type TlsaRecord =
class
inherit DnsRecordBase
end
TlsaRecord(DomainName, Int32, TlsaRecordTlsaCertificateUsage, TlsaRecordTlsaSelector, TlsaRecordTlsaMatchingType, Byte) | Creates a new instance of the TlsaRecord class |
TlsaRecord(DomainName, Int32, TlsaRecordTlsaCertificateUsage, TlsaRecordTlsaSelector, TlsaRecordTlsaMatchingType, X509Certificate) | Creates a new instance of the TlsaRecord class |
CertificateAssociationData | The certificate association data |
CertificateUsage | The certificate usage |
MatchingType | The matching type |
Name |
Domain name
(Inherited from DnsMessageEntryBase) |
RecordClass |
Class of the record
(Inherited from DnsMessageEntryBase) |
RecordType |
Type of the record
(Inherited from DnsMessageEntryBase) |
Selector | The selector |
TimeToLive |
Seconds which a record should be cached at most
(Inherited from DnsRecordBase) |
CompareTo | (Inherited from DnsRecordBase) |
Equals(DnsMessageEntryBase) | (Inherited from DnsMessageEntryBase) |
Equals(DnsRecordBase) | (Inherited from DnsRecordBase) |
Equals(Object) | (Inherited from DnsRecordBase) |
GetHashCode | (Inherited from DnsRecordBase) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
Returns the textual representation of a record
(Inherited from DnsRecordBase) |