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.

ServiceSecurityContext Constructor (AuthorizationContext^)

 

Initializes a new instance of the ServiceSecurityContext class with the specified authorization parameters.

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

public:
ServiceSecurityContext(
	AuthorizationContext^ authorizationContext
)

Parameters

authorizationContext
Type: System.IdentityModel.Policy::AuthorizationContext^

An AuthorizationContext that contains authorization information.

This constructor is typically used in scenarios where an application runs its own policy-chaining engine, which results in an AuthorizationContext. For the default policy engine, use the constructors that take a collection of IAuthorizationPolicy as parameter.

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