| MD5SupportGetInstance Method (String) |
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(
string algorithm
)
Public Shared Function GetInstance (
algorithm As String
) As MD5Support
public:
static MD5Support^ GetInstance(
String^ algorithm
)
static member GetInstance :
algorithm : string -> MD5Support
Parameters
- algorithm
- Type: SystemString
The name of the algorithm to use
Return Value
Type:
MD5SupportA new instance of the MessageDigestSupport class
See Also