DataCacheSecurity Constructor

 

Initializes a new instance of the DataCacheSecurity class.

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

Overload List

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.

See Also

DataCacheSecurity Class
Microsoft.ApplicationServer.Caching Namespace

Return to top