Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceAuthorizationManager::GetAuthorizationPolicies Method (OperationContext^)

 

Gets the set of policies that participate in policy evaluation.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
virtual ReadOnlyCollection<IAuthorizationPolicy^>^ GetAuthorizationPolicies(
	OperationContext^ operationContext
)

Parameters

operationContext
Type: System.ServiceModel::OperationContext^

The OperationContext of the current authorization request.

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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft