DnsServerSelectTsigKey Delegate
Represents the method, that will be called to get the keydata for processing a tsig signed message
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public delegate byte[]? SelectTsigKey(
TSigAlgorithm algorithm,
bool isTruncated,
DomainName keyName
)
Public Delegate Function SelectTsigKey (
algorithm As TSigAlgorithm,
isTruncated As Boolean,
keyName As DomainName
) As Byte()
public delegate array<unsigned char>^ SelectTsigKey(
TSigAlgorithm algorithm,
bool isTruncated,
DomainName^ keyName
)
type SelectTsigKey =
delegate of
algorithm : TSigAlgorithm *
isTruncated : bool *
keyName : DomainName -> byte[]
- 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
Byte Binary representation of the key