KeyRecordBase Class

Security Key

Defined in RFC 4034 , RFC 3755 , RFC 2535 and RFC 2930.

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public abstract class KeyRecordBase : DnsRecordBase
Inheritance
Object    DnsMessageEntryBase    DnsRecordBase    KeyRecordBase
Derived

Properties

Algorithm Algorithm of the key
Flags Flags of the key
IsExtendedFlag True, if a second flag field should be added
IsGeneralSignatory Is the key an update key
IsStrongSignatory Is the key authorized for updates of records signed with other key
IsUniqueSignatory Is the key only authorized for update of records with the same record name as the key
IsZoneSignatory Is the key authorized for zone updates
Name Domain name
(Inherited from DnsMessageEntryBase)
NameType Type of name
Protocol Protocol for which the key is used
RecordClass Class of the record
(Inherited from DnsMessageEntryBase)
RecordType Type of the record
(Inherited from DnsMessageEntryBase)
TimeToLive Seconds which a record should be cached at most
(Inherited from DnsRecordBase)
Type Type of key

Methods

CompareTo
(Inherited from DnsRecordBase)
Equals(DnsMessageEntryBase)
(Inherited from DnsMessageEntryBase)
Equals(DnsRecordBase)
(Inherited from DnsRecordBase)
Equals(Object)
(Inherited from DnsRecordBase)
GetHashCode
(Inherited from DnsRecordBase)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns the textual representation of a record
(Inherited from DnsRecordBase)

See Also