Share via


AuthorizationRuleProvider Class

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.

Represents an authorization provider that evaluates boolean expressions to determine whether IPrincipal objects are authorized.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(AuthorizationRuleProviderData))> _
PublicClassAuthorizationRuleProvider _
    Inherits AuthorizationProvider
[ConfigurationElementTypeAttribute(typeof(AuthorizationRuleProviderData))]
publicclassAuthorizationRuleProvider : AuthorizationProvider
[ConfigurationElementTypeAttribute(typeof(AuthorizationRuleProviderData))]
publicref classAuthorizationRuleProvider : public AuthorizationProvider
publicclass AuthorizationRuleProvider extends AuthorizationProvider

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Security.AuthorizationProvider
    Microsoft.Practices.EnterpriseLibrary.Security.AuthorizationRuleProvider

See Also

AuthorizationRuleProvider Members

Microsoft.Practices.EnterpriseLibrary.Security 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.