IPolicy |
The IPolicyEnforcementService type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation) |
| Name | Description | |
|---|---|---|
| Demand(String) | Demand access to the policy for the current Current | |
| Demand(String, IPrincipal) | Demand access to the policy on behalf of principal | |
| DemandAll | Demand access to all of the permission policies or throw PolicyViolationException | |
| DemandAny | Demand access to any of the permission policies listed or throw PolicyViolationException | |
| SoftDemand | Demand the specified policy and return the result |