ClaimsAuthorizationModule Class

.NET Framework (current version)
 

Represents an HTTP module that performs claims-based authorization.

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

System::Object
  System.IdentityModel.Services::HttpModuleBase
    System.IdentityModel.Services::ClaimsAuthorizationModule

public ref class ClaimsAuthorizationModule : HttpModuleBase

NameDescription
System_CAPS_pubmethodClaimsAuthorizationModule()

Initializes a new instance of the ClaimsAuthorizationModule class.

NameDescription
System_CAPS_pubpropertyClaimsAuthorizationManager

Gets or sets the current claims authorization manager instance that is used by this module.

System_CAPS_pubpropertyFederationConfiguration

Gets or sets the FederationConfiguration object that is in effect for the current module.(Inherited from HttpModuleBase.)

NameDescription
System_CAPS_protmethodAuthorize()

Returns a value that indicates whether the requestor (principal) is authorized for the current request.

System_CAPS_pubmethodDispose()

Disposes of the resources (other than memory) used by the module.(Overrides HttpModuleBase::Dispose().)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInit(HttpApplication^)

Initializes the HTTP module.(Inherited from HttpModuleBase.)

System_CAPS_protmethodInitializeModule(HttpApplication^)

Initializes the module and prepares it to handle events from its ASP.NET application object.(Overrides HttpModuleBase::InitializeModule(HttpApplication^).)

System_CAPS_protmethodInitializePropertiesFromConfiguration()

Initializes the module properties based on definitions in the configuration file.(Overrides HttpModuleBase::InitializePropertiesFromConfiguration().)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnAuthorizeRequest(Object^, EventArgs^)

Handles the HTTP pipeline AuthorizeRequest event

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

This class enables claims-based authorization by serving as an HTTP module in the HTTP processing pipeline.

.NET Framework
Available since 4.5

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

Return to top
Show: