Gets/Sets the user-id and password for the secondary cache user. This information is required when the security is enabled.

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

Syntax

C#
public SecurityParams SecondaryUserCredentials { get; set; }
Visual Basic
Public Property SecondaryUserCredentials As SecurityParams
	Get
	Set
Visual C++
public:
property SecurityParams^ SecondaryUserCredentials {
	SecurityParams^ get ();
	void set (SecurityParams^ value);
}

See Also