TSigRecord Constructor
Creates a new instance of the TSigRecord class
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public TSigRecord(
DomainName name,
TSigAlgorithm algorithm,
DateTime timeSigned,
TimeSpan fudge,
ushort originalID,
ReturnCode error,
byte[]? otherData,
byte[]? keyData
)
Public Sub New (
name As DomainName,
algorithm As TSigAlgorithm,
timeSigned As DateTime,
fudge As TimeSpan,
originalID As UShort,
error As ReturnCode,
otherData As Byte(),
keyData As Byte()
)
public:
TSigRecord(
DomainName^ name,
TSigAlgorithm algorithm,
DateTime timeSigned,
TimeSpan fudge,
unsigned short originalID,
ReturnCode error,
array<unsigned char>^ otherData,
array<unsigned char>^ keyData
)
new :
name : DomainName *
algorithm : TSigAlgorithm *
timeSigned : DateTime *
fudge : TimeSpan *
originalID : uint16 *
error : ReturnCode *
otherData : byte[] *
keyData : byte[] -> TSigRecord
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