Mono Class Library: System.Security.Cryptography.HashAlgorithm Overview | Members

System.Security.Cryptography.HashAlgorithm.Create Overloads

The overloads of Create are listed below. For a list of all members, see the HashAlgorithm Members list.

Public Methods

static
Create() : HashAlgorithm
Return an instance of the default HashAlgorithm defined on the system.
static
Create(string) : HashAlgorithm
Return an instance of the specified HashAlgorithm.