DnsServerSelectTsigKey Delegate

Represents the method, that will be called to get the keydata for processing a tsig signed message

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public delegate byte[]? SelectTsigKey(
	TSigAlgorithm algorithm,
	bool isTruncated,
	DomainName keyName
)

Parameters

algorithm  TSigAlgorithm
The algorithm which is used in the message
isTruncated  Boolean
A value indicating if the MAC was truncated
keyName  DomainName
The keyname which is used in the message

Return Value

Byte
Binary representation of the key

See Also