ServiceAuthorizationManager.GetAuthorizationPolicies Method
Gets the set of policies that participate in policy evaluation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Protected Overridable Function GetAuthorizationPolicies ( _ operationContext As OperationContext _ ) As ReadOnlyCollection(Of IAuthorizationPolicy) 'Usage Dim operationContext As OperationContext Dim returnValue As ReadOnlyCollection(Of IAuthorizationPolicy) returnValue = Me.GetAuthorizationPolicies(operationContext)
Parameters
- operationContext
- Type: System.ServiceModel.OperationContext
The OperationContext of the current authorization request.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection(Of IAuthorizationPolicy)A ReadOnlyCollection(Of T) of type IAuthorizationPolicy.
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.