ClaimsPrincipalPermissionAttribute is used to declaratively request a ClaimsPrincipalPermission.

The following tables list the members exposed by the ClaimsPrincipalPermissionAttribute type.

Public Constructors

  Name Description
ClaimsPrincipalPermissionAttribute Creates an instance of ClaimsPrincipalPermissionAttribute.
Top

Public Properties

  Name Description
public property Action  (Inherited from SecurityAttribute)
public property Operation  
public property Resource  
public property TypeId  (Inherited from Attribute)
public property Unrestricted  (Inherited from SecurityAttribute)
Top

Public Methods (see also Protected Methods)

  Name Description
public method CreatePermission Overridden. Creates and returns a new instance of ClaimsPrincipalPermission class.
public method Equals  Overloaded. (Inherited from Attribute)
public methodstatic GetCustomAttribute  Overloaded. (Inherited from Attribute)
public methodstatic GetCustomAttributes  Overloaded. (Inherited from Attribute)
public method GetHashCode  (Inherited from Attribute)
public method GetType  (Inherited from Object)
public method IsDefaultAttribute  (Inherited from Attribute)
public methodstatic IsDefined  Overloaded. (Inherited from Attribute)
public method Match  (Inherited from Attribute)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Explicit Interface Implementations

  Name Description
System.Runtime.InteropServices._Attribute.GetIDsOfNames  (Inherited from Attribute)
System.Runtime.InteropServices._Attribute.GetTypeInfo  (Inherited from Attribute)
System.Runtime.InteropServices._Attribute.GetTypeInfoCount  (Inherited from Attribute)
System.Runtime.InteropServices._Attribute.Invoke  (Inherited from Attribute)
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.