Decrypt Method

GWN Framework Contact Manager

StringCipherExtensions..::..Decrypt Method

Decrypts the specified pass phrase.

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

Syntax


public static string Decrypt(
	string cipherText,
	string passPhrase
)

Parameters

cipherText
Type: String
The cipher text.
passPhrase
Type: String
The pass phrase.

Return Value

System.String.