public class KeyRecord : KeyRecordBase
Public Class KeyRecord
Inherits KeyRecordBase
public ref class KeyRecord : public KeyRecordBase
type KeyRecord =
class
inherit KeyRecordBase
end
KeyRecord | Creates of new instance of the KeyRecord class |
Algorithm |
Algorithm of the key
(Inherited from KeyRecordBase) |
Flags |
Flags of the key
(Inherited from KeyRecordBase) |
IsExtendedFlag |
True, if a second flag field should be added
(Inherited from KeyRecordBase) |
IsGeneralSignatory |
Is the key an update key
(Inherited from KeyRecordBase) |
IsStrongSignatory |
Is the key authorized for updates of records signed with other key
(Inherited from KeyRecordBase) |
IsUniqueSignatory |
Is the key only authorized for update of records with the same record name as the key
(Inherited from KeyRecordBase) |
IsZoneSignatory |
Is the key authorized for zone updates
(Inherited from KeyRecordBase) |
Name |
Domain name
(Inherited from DnsMessageEntryBase) |
NameType |
Type of name
(Inherited from KeyRecordBase) |
Protocol |
Protocol for which the key is used
(Inherited from KeyRecordBase) |
PublicKey | Binary data of the public key |
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
(Inherited from KeyRecordBase) |
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) |