DevForce Help Reference
AuthorizationAttribute Class
Members 


Base class for authorization attributes.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=True)>
Public MustInherit Class AuthorizationAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As AuthorizationAttribute
[AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public abstract class AuthorizationAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
Remarks
This class may be extended to create custom authorization attributes.
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Core.DomainServices.AuthorizationAttribute
         IdeaBlade.Core.DomainServices.RequiresAuthenticationAttribute
         IdeaBlade.Core.DomainServices.RequiresRolesAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AuthorizationAttribute Members
IdeaBlade.Core.DomainServices Namespace

Send Feedback