Property PrimaryUserCredentials
PrimaryUserCredentials
Gets/Sets the UserId and Password for the primary cache user. This information is required when security is enabled. If primary user authentication fails, SecondaryUserCredentials are tried.
Declaration
public Credentials PrimaryUserCredentials { get; set; }
Property Value
Type | Description |
---|---|
Credentials | The UserId and Password for the primary cache user. |