CngAlgorithm.MD5 Vlastnost

Definice

Získá nový CngAlgorithm objekt, který určuje algoritmus hash Message Digest 5 (MD5).

public:
 static property System::Security::Cryptography::CngAlgorithm ^ MD5 { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm MD5 { get; }
static member MD5 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property MD5 As CngAlgorithm

Hodnota vlastnosti

Objekt, který určuje algoritmus MD5.

Poznámky

Kvůli problémům s kolizí s MD5 Microsoft doporučuje model zabezpečení založený na SHA256.

Platí pro