DataCacheSecurityMode Enumeration

 

Enumeration indicating whether channel security is enabled for data sent between client and server. Applies only to the server versions of AppFabric.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public enum DataCacheSecurityMode
public enum class DataCacheSecurityMode
type DataCacheSecurityMode
Public Enumeration DataCacheSecurityMode

Members

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.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top