SHA1::Create Method (String^)

 

Creates an instance of the specified implementation of SHA1.

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

public:
static SHA1^ Create(
	String^ hashName
)

Parameters

hashName
Type: System::String^

The name of the specific implementation of SHA1 to be used.

Return Value

Type: System.Security.Cryptography::SHA1^

A new instance of SHA1 using the specified implementation.

.NET Framework
Available since 1.1
Return to top
Show: