DataCacheFactoryConfiguration.SecurityProperties Property
Gets or sets the security properties for the cache client.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Syntax
public DataCacheSecurity SecurityProperties { get; set; }
public:
property DataCacheSecurity^ SecurityProperties {
DataCacheSecurity^ get();
void set(DataCacheSecurity^ value);
}
member SecurityProperties : DataCacheSecurity with get, set
Public Property SecurityProperties As DataCacheSecurity
Property Value
Type: Microsoft.ApplicationServer.Caching.DataCacheSecurity
A DataCacheSecurity object.
See Also
DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace
Return to top