DataCacheSecurity.SecurityMode Property

 

The SecurityMode set for the DataCacheSecurity object.

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

Syntax

public DataCacheSecurityMode SecurityMode { get; }
public:
property DataCacheSecurityMode SecurityMode {
    DataCacheSecurityMode get();
}
member SecurityMode : DataCacheSecurityMode with get
Public ReadOnly Property SecurityMode As DataCacheSecurityMode

Property Value

Type: Microsoft.ApplicationServer.Caching.DataCacheSecurityMode

Returns the SecurityMode set for the DataCacheSecurity object.

See Also

DataCacheSecurity Class
Microsoft.ApplicationServer.Caching Namespace

Return to top