Property Security
Security
Gets or sets the SecurityOptions used for authentication and authorization when connecting to the cache. This information is required when security is enabled.
Declaration
public SecurityOptions Security { get; set; }
Property Value
| Type | Description |
|---|---|
| SecurityOptions | A SecurityOptions instance that provides the security parameters for authentication and authorization. |