public abstract class KeyRecordBase : DnsRecordBase
Public MustInherit Class KeyRecordBase
Inherits DnsRecordBase
public ref class KeyRecordBase abstract : public DnsRecordBase
[<AbstractClassAttribute>]
type KeyRecordBase =
class
inherit DnsRecordBase
end
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 |
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) |