ServiceAuthorizationManager.GetAuthorizationPolicies(OperationContext) Method

Definition

Gets the set of policies that participate in policy evaluation.

C#
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Policy.IAuthorizationPolicy> GetAuthorizationPolicies(System.ServiceModel.OperationContext operationContext);

Parameters

operationContext
OperationContext

The OperationContext of the current authorization request.

Returns

A ReadOnlyCollection<T> of type IAuthorizationPolicy.

Remarks

The Windows Communication Foundation (WCF) implementation provides a default set of authorization policies. These include the primary token that contains the credentials of the requester and all supporting tokens, transport tokens, and external policies if specified.

You can override this implementation and provide a different set of policies.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1