TSigRecord Constructor

Creates a new instance of the TSigRecord class

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public TSigRecord(
	DomainName name,
	TSigAlgorithm algorithm,
	DateTime timeSigned,
	TimeSpan fudge,
	ushort originalID,
	ReturnCode error,
	byte[]? otherData,
	byte[]? keyData
)

Parameters

name  DomainName
Name of the record
algorithm  TSigAlgorithm
Algorithm of the key
timeSigned  DateTime
Time when the data was signed
fudge  TimeSpan
Timespan errors permitted
originalID  UInt16
Original ID of message
error  ReturnCode
Error field
otherData  Byte
Binary other data
keyData  Byte
Binary data of the key

See Also