ScramShaAuthenticator.H Delegate (original) (raw)
MongoDB .NET Driver API Documentation
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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
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: Byte
See Also