CngAlgorithm.MD5 Property

Definition

Gets a new CngAlgorithm object that specifies the Message Digest 5 (MD5) hash algorithm.

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

Property Value

An object that specifies the MD5 algorithm.

Remarks

Due to collision problems with MD5, Microsoft recommends a security model based on SHA256.

Applies to