Click or drag to resize
Cimbalino ToolkitHMACMD5ComputeHashToBase64String Method (String)
Computes the hash for the specified string (UTF8 default encoding) to base64 string.

Namespace: System.Security.Cryptography
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public string ComputeHashToBase64String(
	string buffer
)

Parameters

buffer
Type: SystemString
The input to compute the hash code for.

Return Value

Type: String
The computed hash code in base64 string
Version Information

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also