Creates an instance of the SecurityParams.

Namespace: Alachisoft.NCache.Web.Security
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public SecurityParams(
	string userId,
	string password
)
Visual Basic
Public Sub New ( _
	userId As String, _
	password As String _
)
Visual C++
public:
SecurityParams(
	String^ userId, 
	String^ password
)

Parameters

userId
Type: System..::..String
User Id
password
Type: System..::..String
Password

See Also