DataCacheSecurityMode 列挙体

クライアントとサーバーの間で送信されるデータでチャンネル セキュリティが有効であるかどうかを示す列挙です。取りうる戻り値は、1 に等しい整数値である None と、2 に等しい整数値である Transport です。

名前空間: Microsoft.ApplicationServer.Caching
アセンブリ: Microsoft.ApplicationServer.Caching.Core (microsoft.applicationserver.caching.core.dll)

使用法

構文

'宣言
Public Enumeration DataCacheSecurityMode
public enum DataCacheSecurityMode
public enum class DataCacheSecurityMode
public enum DataCacheSecurityMode
public enum DataCacheSecurityMode

メンバー

メンバー名 説明
None  
Transport  

解説

DataCacheProtectionLevel プロパティを使用してクライアントとサーバーの間でデータの署名/暗号化を行う場合、このプロパティは 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 名前空間