| SaslMechanismScramSha256CreateHMAC Method |
Create the HMAC context.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected override KeyedHashAlgorithm CreateHMAC(
byte[] key
)
Parameters
- key Byte
- The secret key.
Return Value
KeyedHashAlgorithmThe HMAC context.
Remarks
Creates the HMAC context using the secret key.
See Also