DataCacheSecurity Class

 

Used to enable signing and/or encryption of data sent between client and server.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheSecurity

Syntax

public class DataCacheSecurity
public ref class DataCacheSecurity 
type DataCacheSecurity = class end
Public Class DataCacheSecurity

Constructors

Name Description
System_CAPS_pubmethod DataCacheSecurity()

Initializes a new instance of the DataCacheSecurity class.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod DataCacheSecurity(SecureString)

Initializes a new instance of the DataCacheSecurity class. Applies only to Windows Azure Shared Caching.

System_CAPS_pubmethod DataCacheSecurity(SecureString, Boolean)

Initializes a new instance of the DataCacheSecurity class. Applies only to Windows Azure Shared Caching.

System_CAPS_pubmethod DataCacheSecurity(String)

Initializes a new instance of the DataCacheSecurity class.

System_CAPS_pubmethod DataCacheSecurity(String, Boolean)

Initializes a new instance of the DataCacheSecurity class.

Properties

Name Description
System_CAPS_pubproperty ProtectionLevel

The ProtectionLevel set for the DataCacheSecurity object.

System_CAPS_pubproperty SecurityMode

The SecurityMode set for the DataCacheSecurity object.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top