SHA1::Create Method ()

 

Creates an instance of the default implementation of SHA1.

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

public:
static SHA1^ Create()

Return Value

Type: System.Security.Cryptography::SHA1^

A new instance of SHA1.

The default implementation of SHA1 is SHA1CryptoServiceProvider.

.NET Framework
Available since 1.1
Return to top
Show: