SecurityHelper GetClearString Method A Sandcastle Documented Class Library
Returns the clear text associated with the given encrypted string.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetClearString(
	string val
)

Parameters

val
Type: System String

Return Value

Type: String
See Also