DataCacheProtectionLevel Enumeration
Updated: July 13, 2011
Enumeration indicating whether data sent between client and server is signed and/or encrypted.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Member name | Description | |
|---|---|---|
| EncryptAndSign | Indicates both encryption and signing are used. | |
| None | Indicates that neither encryption nor signing is used. | |
| Sign | Indicates that signing without encryption is used. |
This property is only valid when the SecurityMode property is set to Transport.
Show: