[This is preliminary documentation and is subject to change.]

This function encrypts the password by creating a hash from the MD5 algorithm.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string EncryptPassword(
	string stri
)
Visual Basic (Declaration)
Public Shared Function EncryptPassword ( _
	stri As String _
) As String
Visual C++
public:
static String^ EncryptPassword(
	String^ stri
)

Parameters

stri
Type: System..::.String
The input string that need to be converted

Return Value

The encrypted password

See Also