Table of Contents

Delegate ScramShaAuthenticator.H

Namespace
MongoDB.Driver.Core.Authentication
Assembly
MongoDB.Driver.Core.dll

An H function as defined in RFC5802.

protected delegate byte[] ScramShaAuthenticator.H(byte[] data)

Parameters

data byte[]

The data to hash. Also called "str" in RFC5802.

Returns

byte[]