DataCacheProtectionLevel Enumeration
Enumeration indicating whether data sent between client and server is signed and/or encrypted.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public enum DataCacheProtectionLevel
public enum class DataCacheProtectionLevel
type DataCacheProtectionLevel
Public Enumeration DataCacheProtectionLevel
Members
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. |
Remarks
This property is only valid when the SecurityMode property is set to Transport.
See Also
Microsoft.ApplicationServer.Caching Namespace
Return to top