DataCacheProtectionLevel 枚举

表示在客户端和服务器之间发送的数据是否已签名和/或已加密的枚举。可能的返回值为无签名或加密;整数值等于 1,仅签名;整数值等于 2 以及加密且签名;整数值等于 3。

命名空间: Microsoft.ApplicationServer.Caching
汇编: Microsoft.ApplicationServer.Caching.Core(在 microsoft.applicationserver.caching.core.dll 中)

用法

语法

声明
Public Enumeration DataCacheProtectionLevel
public enum DataCacheProtectionLevel
public enum class DataCacheProtectionLevel
public enum DataCacheProtectionLevel
public enum DataCacheProtectionLevel

成员

成员名称 描述
EncryptAndSign  
None  
Sign  

备注

仅当 SecurityMode 属性设置为传输;整数值等于 2 时,该属性才有效。

平台

开发平台

Visual Studio 2010 及更高版本, .NET Framework 4

目标平台

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

另请参阅

参考

Microsoft.ApplicationServer.Caching 命名空间