IAuthorizationComponent Interface

Definition

Represents a component that is used to authorize users.

public interface class IAuthorizationComponent
public interface IAuthorizationComponent
type IAuthorizationComponent = interface
Public Interface IAuthorizationComponent
Derived

Remarks

Authorization policies and authorization contexts, which implement the IAuthorizationPolicy interface and derive from the AuthorizationContext class, respectively, implement the IAuthorizationComponent interface. The IAuthorizationComponent interface defines a unique identifier for authorization components with the Id property, which is generally used for auditing.

Properties

Id

Gets a string that identifies this authorization component.

Applies to