SecuritySettings.SecurityCacheProviders 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 the collection of SecurityCacheProviderData.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("securityCacheProviders", IsRequired := False)> _
PublicReadOnlyPropertySecurityCacheProvidersAs NameTypeConfigurationElementCollection(Of SecurityCacheProviderData, CustomSecurityCacheProviderData)
[ConfigurationPropertyAttribute("securityCacheProviders", IsRequired = false)]
public NameTypeConfigurationElementCollection<SecurityCacheProviderData, CustomSecurityCacheProviderData> SecurityCacheProviders { get; }
[ConfigurationPropertyAttribute(L"securityCacheProviders", IsRequired = false)]
public:
property NameTypeConfigurationElementCollection<SecurityCacheProviderData^, CustomSecurityCacheProviderData^>^ SecurityCacheProviders {
NameTypeConfigurationElementCollection<SecurityCacheProviderData^, CustomSecurityCacheProviderData^>^ get ();
}
publicfunction getSecurityCacheProviders () : NameTypeConfigurationElementCollection<SecurityCacheProviderData, CustomSecurityCacheProviderData>
Field Value
The security cache providers available in configuration. The default is an empty collection.
Remarks
This property maps to the securityCacheProviders element in configuration.
See Also
Microsoft.Practices.EnterpriseLibrary.Security.Configuration 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. |