CachingStoreProviderNode.CacheManager Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets or sets the CacheManagerNode to use to cache the security credentials.
Namespace: EnterpriseLibrary.Security.Cache.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Security.Cache.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Security.Cache.Configuration.Design.dll)
Syntax
'Declaration
<ReferenceTypeAttribute(GetType(CacheManagerNode))> _
<RequiredAttribute> _
<EditorAttribute(GetType(ReferenceEditor), GetType(UITypeEditor))> _
PublicPropertyCacheManagerAs CacheManagerNode
[ReferenceTypeAttribute(typeof(CacheManagerNode))]
[RequiredAttribute]
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
public CacheManagerNode CacheManager { get; set; }
[ReferenceTypeAttribute(typeof(CacheManagerNode))]
[RequiredAttribute]
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
public:
property CacheManagerNode^ CacheManager {
CacheManagerNode^ get ();
voidset (CacheManagerNode^ value);
}
publicfunction getCacheManager () : CacheManagerNode
publicfunction setCacheManager (value : CacheManagerNode)
Field Value
The CacheManagerNode to use to cache the security credentials.
See Also
CachingStoreProviderNode Class
EnterpriseLibrary.Security.Cache.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |