HashAlgorithmName Constructor (String^)

 

Initializes a new instance of the HashAlgorithmName structure with a custom name.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
HashAlgorithmName(
	String^ name
)

Parameters

name
Type: System::String^

The custom hash algorithm name.

The constructor performs no validation on name.

.NET Framework
Available since 4.6
Return to top
Show: