DataCacheSecurityMode Enumeration

Enumeration indicating whether channel security is enabled for data sent between client and server. Possible return values are None; integer value equals 1 and Transport; integer value equals 2.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim instance As DataCacheSecurityMode

Syntax

'Declaration
Public Enumeration DataCacheSecurityMode
public enum DataCacheSecurityMode
public enum class DataCacheSecurityMode
public enum DataCacheSecurityMode
public enum DataCacheSecurityMode

Members

Member name Description
None  
Transport  

Remarks

This property must be set to set to Transport; integer value equals 2 if you want to use the DataCacheProtectionLevel property to sign and/or encrypt data between client and server.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26