Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft