AuthorizationRuleProviderData.Rules 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 list of rules associated with the provider.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("rules", IsRequired := False)> _
PublicReadOnlyPropertyRulesAs NamedElementCollection(Of AuthorizationRuleData)
[ConfigurationPropertyAttribute("rules", IsRequired = false)]
public NamedElementCollection<AuthorizationRuleData> Rules { get; }
[ConfigurationPropertyAttribute(L"rules", IsRequired = false)]
public:
property NamedElementCollection<AuthorizationRuleData^>^ Rules {
NamedElementCollection<AuthorizationRuleData^>^ get ();
}
publicfunction getRules () : NamedElementCollection<AuthorizationRuleData>
Field Value
A collection of AuthorizationRuleData.
See Also
AuthorizationRuleProviderData Class
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. |