Namespace: iTextSharp.text.rtf.document
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static string GenerateHash(
	string pwd
)
Visual Basic
Public Shared Function GenerateHash ( _
	pwd As String _
) As String
Visual C++
public:
static String^ GenerateHash(
	String^ pwd
)

Parameters

pwd
Type: System..::..String

See Also