DataCacheProtectionLevel Enumeration

Enumeration indicating whether data sent between client and server is signed and/or encrypted. Possible return values are no signing or encryption; integer value equals 1, signing only; integer value equals 2 and both encryption and signing; integer value equals 3.

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

Usage

'Usage
Dim instance As DataCacheProtectionLevel

Syntax

'Declaration
Public Enumeration DataCacheProtectionLevel
public enum DataCacheProtectionLevel
public enum class DataCacheProtectionLevel
public enum DataCacheProtectionLevel
public enum DataCacheProtectionLevel

Members

Member name Description
EncryptAndSign  
None  
Sign  

Remarks

This property is only valid when the SecurityMode property is set to Transport; integer value equals 2.

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