System::Security::Cryptography::MD5::Create methode

MD5::Create() method

Maakt MD5 algoritme.

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

ReturnValue

Nieuw aangemaakt algoritme-object.

Zie ook

MD5::Create(const String&) method

Maakt MD5 algoritme.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
ParameterTypeBeschrijving
algNameconst String&Moet “System.Security.Cryptography.MD5” zijn.

ReturnValue

Nieuw aangemaakt algoritme-object.

Zie ook