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 に等しい整数値である Transport に設定されている場合のみです。

プラットフォーム

開発プラットフォーム

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 名前空間