IAuthorizationComponent Interface
.NET Framework (current version)
Represents a component that is used to authorize users.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
| Name | Description | |
|---|---|---|
![]() | Id | Gets a string that identifies this authorization component. |
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.
.NET Framework
Available since 3.0
Available since 3.0
Show:
