Share via


ScAuthorizationAttribute Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.SystemCenter.Foundation.Provider
Assembly: Microsoft.SystemCenter.Foundation.Provider (in Microsoft.SystemCenter.Foundation.Provider.dll)

Usage

'Usage
Dim instance As ScAuthorizationAttribute

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited:=True, AllowMultiple:=True)> _
Public Class ScAuthorizationAttribute
    Inherits AuthorizeAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited=true, AllowMultiple=true)] 
public class ScAuthorizationAttribute : AuthorizeAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited=true, AllowMultiple=true)] 
public ref class ScAuthorizationAttribute : public AuthorizeAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited=true, AllowMultiple=true) */ 
public class ScAuthorizationAttribute extends AuthorizeAttribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited=true, AllowMultiple=true) 
public class ScAuthorizationAttribute extends AuthorizeAttribute

Inheritance Hierarchy

System.Object
   System.Attribute
     System.Web.Http.Filters.FilterAttribute
       System.Web.Http.Filters.AuthorizationFilterAttribute
         System.Web.Http.AuthorizeAttribute
          Microsoft.SystemCenter.Foundation.Provider.ScAuthorizationAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ScAuthorizationAttribute Members
Microsoft.SystemCenter.Foundation.Provider Namespace