Property UserCredentials
UserCredentials
Gets/Sets Credentials for the authentication of connection with the cache. This information is required when the security is enabled.
Declaration
[Obsolete("This property is deprecated. Please use 'Security' property for authentication of connection with the cache.", false)]
public Credentials UserCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| Credentials | This property provides the security parameters for authorization. |