CngAlgorithm::MD5 Property

 

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

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

public:
property CngAlgorithm^ MD5 {
	static CngAlgorithm^ get();
}

Property Value

Type: System.Security.Cryptography::CngAlgorithm^

An object that specifies the MD5 algorithm.

.NET Framework
Available since 3.5
Return to top
Show: