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^)
.NET Framework (current version)
Initializes a new instance of the ServiceSecurityContext class with the specified authorization parameters.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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
Available since 3.0
Show: