ScramShaAuthenticatorH Delegate |
An H function as defined in RFC5802.
Namespace:
MongoDB.Driver.Core.Authentication
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax protected 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:
ByteSee Also