CngAlgorithm.MD5 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.