System.IdentityModel.Policy Namespace
.NET Framework 3.0
Contains the classes and interfaces necessary to build or use authorization polices in WCF. A class that implements an authorization policy implements the IAuthorizationPolicy interface. An authorization policy. Other important classes in this namespace include AuthorizationContext and EvaluationContext.
| Class | Description | |
|---|---|---|
![]() | AuthorizationContext | |
![]() | EvaluationContext | When overridden in a derived class, represents the results of the authorization policies that have been evaluated. |
| Interface | Description | |
|---|---|---|
![]() | IAuthorizationComponent | |
![]() | IAuthorizationPolicy | Defines a set of rules for authorizing a user, given a set of claims. |
Community Additions
ADD
Show:

