| HMACMD5ComputeHash Method (String) |
Computes the hash value for the specified string (UTF8 default encoding).
Namespace: System.Security.CryptographyAssembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax public byte[] ComputeHash(
string buffer
)
Parameters
- buffer
- Type: SystemString
The input to compute the hash code for.
Return Value
Type:
ByteThe computed hash code
Version Information Windows Phone Silverlight
Supported in: 8.1, 8.0
See Also