Click or drag to resize
MimeKit

SaslMechanismScramBaseCreateHMAC Method

Create the HMAC context.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected abstract KeyedHashAlgorithm CreateHMAC(
	byte[] key
)

Parameters

key  Byte
The secret key.

Return Value

KeyedHashAlgorithm
The HMAC context.
Remarks
Creates the HMAC context using the secret key.
See Also