Encrypt Method

GWN Framework Contact Manager

StringCipherExtensions..::..Encrypt Method

Encrypts the specified pass phrase.

Namespace:  Gwn.Common.Library.Utility
Assembly:  Gwn.Common.Library (in Gwn.Common.Library.dll)

Syntax


public static string Encrypt(
	string plainText,
	string passPhrase
)

Parameters

plainText
Type: String
The plain text.
passPhrase
Type: String
The pass phrase.

Return Value

System.String.