Creates an instance of HashingAlgorithmId for the specified algorithm.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	algorithm As HashingAlgorithmId _
)
C#
public HashingAlgorithm(
	HashingAlgorithmId algorithm
)

Parameters

algorithm
Type: Rebex.Security.Cryptography..::..HashingAlgorithmId
Algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also