An H function as defined in RFC5802.
Namespace:
MongoDB.Driver.Core.Authentication
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxprotected delegate byte[] H(
byte[] data
)
Protected Delegate Function H (
data As Byte()
) As Byte()
type H =
delegate of
data : byte[] -> byte[]
Parameters
- data
- Type: SystemByte
The data to hash. Also called "str" in RFC5802.
Return Value
Type:
Byte
See Also