public class TSigRecord : DnsRecordBase
Public Class TSigRecord
Inherits DnsRecordBase
public ref class TSigRecord : public DnsRecordBase
type TSigRecord =
class
inherit DnsRecordBase
end
TSigRecord | Creates a new instance of the TSigRecord class |
Algorithm | Algorithm of the key |
Error | Error field |
Fudge | Timespan errors permitted |
KeyData | Binary data of the key |
Mac | MAC defined by algorithm |
Name |
Domain name
(Inherited from DnsMessageEntryBase) |
OriginalID | Original ID of message |
OtherData | Binary other data |
RecordClass |
Class of the record
(Inherited from DnsMessageEntryBase) |
RecordType |
Type of the record
(Inherited from DnsMessageEntryBase) |
TimeSigned | Time when the data was signed |
TimeToLive |
Seconds which a record should be cached at most
(Inherited from DnsRecordBase) |
ValidationResult | Result of validation of record |
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) |