| SaslMechanismScramSha256Hash Method |
Apply the cryptographic hash function.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected override byte[] Hash(
byte[] str
)
Parameters
- str Byte
- The string.
Return Value
ByteThe results of the hash.
Remarks
H(str): Apply the cryptographic hash function to the octet string
"str", producing an octet string as a result. The size of the
result depends on the hash result size for the hash function in
use.
See Also