DataCacheSecurity Class
Updated: June 30, 2012
Used to enable signing and/or encryption of data sent between client and server.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | DataCacheSecurity() | Initializes a new instance of the DataCacheSecurity class. |
![]() | DataCacheSecurity(DataCacheSecurityMode, DataCacheProtectionLevel) | Initializes a new instance of the DataCacheSecurity class, allows you to specify the DataCacheSecurityMode and DataCacheProtectionLevel for the instance. Applies only to the server versions of AppFabric. |
![]() | DataCacheSecurity(SecureString^) | Initializes a new instance of the DataCacheSecurity class. Applies only to Windows Azure Shared Caching. |
![]() | DataCacheSecurity(SecureString^, Boolean) | Initializes a new instance of the DataCacheSecurity class. Applies only to Windows Azure Shared Caching. |
![]() | DataCacheSecurity(String^) | Initializes a new instance of the DataCacheSecurity class. |
![]() | DataCacheSecurity(String^, Boolean) | Initializes a new instance of the DataCacheSecurity class. |
| Name | Description | |
|---|---|---|
![]() | ProtectionLevel | The ProtectionLevel set for the DataCacheSecurity object. |
![]() | SecurityMode | The SecurityMode set for the DataCacheSecurity object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


