Gets/Sets the user-id and password for the primary cache user. This information is required when the security is enabled. If primary user's authentication fails, SecondaryUserCredentials are tried.

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 PrimaryUserCredentials { get; set; }
Visual Basic
Public Property PrimaryUserCredentials As SecurityParams
	Get
	Set
Visual C++
public:
property SecurityParams^ PrimaryUserCredentials {
	SecurityParams^ get ();
	void set (SecurityParams^ value);
}

See Also