| MD5SupportGetInstance Method |
Generates a new instance of the MessageDigestSupport class using the specified algorithm
Namespace: AsterNET.UtilAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static MD5Support GetInstance()
Public Shared Function GetInstance As MD5Support
public:
static MD5Support^ GetInstance()
static member GetInstance : unit -> MD5Support
Return Value
Type:
MD5SupportA new instance of the MD5 algorithm class
See Also