Click or drag to resize
Cimbalino ToolkitHashAlgorithmBase Constructor
Initializes a new instance of the HashAlgorithmBase class.

Namespace: System.Security.Cryptography
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
protected HashAlgorithmBase(
	string hashAlgorithmName
)

Parameters

hashAlgorithmName
Type: SystemString
The hash algorithm name.
Version Information

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1
See Also