Namespace: Novalys.VisualGuard.Security.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public static string EncryptString(
	string toEncode
)
Visual Basic
Public Shared Function EncryptString ( 
	toEncode As String
) As String

Parameters

toEncode
Type: System..::..String

Return Value

Type: String

See Also