IAuthorizationComponent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |