Create()

MD5::Create() method

Creates MD5 algorithm.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()

Return Value

Newly created algorithm object.

MD5::Create(const String&) method

Creates MD5 algorithm.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)

Arguments

ParameterTypeDescription
algNameconst String&Should be "System.Security.Cryptography.MD5".

Return Value

Newly created algorithm object.

See Also