DataCacheSecurity.ProtectionLevel Property

 

The ProtectionLevel set for the DataCacheSecurity object.

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

Syntax

public DataCacheProtectionLevel ProtectionLevel { get; }
public:
property DataCacheProtectionLevel ProtectionLevel {
    DataCacheProtectionLevel get();
}
member ProtectionLevel : DataCacheProtectionLevel with get
Public ReadOnly Property ProtectionLevel As DataCacheProtectionLevel

Property Value

Type: Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel

Returns the DataCacheProtectionLevel set for the DataCacheSecurity object.

See Also

DataCacheSecurity Class
Microsoft.ApplicationServer.Caching Namespace

Return to top