Share via


AzManAuthorizationProvider 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 the AzMan authorization provider. Authorize method checks to see if the specified identity has access to a task.

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

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(AzManAuthorizationProviderData))> _
PublicClassAzManAuthorizationProvider _
    Inherits AuthorizationProvider
[ConfigurationElementTypeAttribute(typeof(AzManAuthorizationProviderData))]
publicclassAzManAuthorizationProvider : AuthorizationProvider
[ConfigurationElementTypeAttribute(typeof(AzManAuthorizationProviderData))]
publicref classAzManAuthorizationProvider : public AuthorizationProvider
publicclass AzManAuthorizationProvider extends AuthorizationProvider

Remarks

Supports Windows authentication only. Requires AzMan on Windows Server 2003, or Windows XP users will need to install the Windows Server 2003 Administration Pack. Implements the IAuthorizationProvider interface.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Security.AuthorizationProvider
    Microsoft.Practices.EnterpriseLibrary.Security.AzMan.AzManAuthorizationProvider

See Also

AzManAuthorizationProvider Members

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