SecuritySettingsNode.DefaultSecurityCacheInstance 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 default security cache provider.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Design.dll)
Syntax
'Declaration
<ReferenceTypeAttribute(GetType(SecurityCacheProviderNode))> _
<EditorAttribute(GetType(ReferenceEditor), GetType(UITypeEditor))> _
PublicPropertyDefaultSecurityCacheInstanceAs SecurityCacheProviderNode
[ReferenceTypeAttribute(typeof(SecurityCacheProviderNode))]
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
public SecurityCacheProviderNode DefaultSecurityCacheInstance { get; set; }
[ReferenceTypeAttribute(typeof(SecurityCacheProviderNode))]
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
public:
property SecurityCacheProviderNode^ DefaultSecurityCacheInstance {
SecurityCacheProviderNode^ get ();
voidset (SecurityCacheProviderNode^ value);
}
publicfunction getDefaultSecurityCacheInstance () : SecurityCacheProviderNode
publicfunction setDefaultSecurityCacheInstance (value : SecurityCacheProviderNode)
Field Value
The default security cache provider.
See Also
Microsoft.Practices.EnterpriseLibrary.Security.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. |