DataCacheSecurityMode Enumeration
Updated: June 30, 2012
Enumeration indicating whether channel security is enabled for data sent between client and server. Applies only to the server versions of AppFabric.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Member name | Description | |
|---|---|---|
| Message | Specifies that message security is used. This is the security mode required for AppFabric caches, which use the Access Control Service (ACS). Applies only to the server versions of AppFabric. | |
| None | Specifies that no security is enabled. Applies only to the server versions of AppFabric. | |
| Transport | Specifies that transport security is enabled. Applies only to the server versions of AppFabric. |
Show: