P4s3PortalWebSvc Unlock Method A Sandcastle Documented Class Library
Used to protect certain web facing methods. If the key transmitted in the function call does not decrypt to the clear text stored in settings.xml or Web.config app settings section. Relies on clearkey entry in settings.xml or in the Web.config file in the app settings section.

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

public bool Unlock(
	string val
)

Parameters

val
Type: System String

Return Value

Type: Boolean
See Also