Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ServiceSecurityContext.AuthorizationContext Property

Definition

Namespace:
System.ServiceModel
Assemblies:
System.ServiceModel.dll, System.ServiceModel.Primitives.dll
Assembly:
System.ServiceModel.dll
Assembly:
System.ServiceModel.Primitives.dll
Package:
System.ServiceModel.Primitives v10.0.652802
Source:
ServiceSecurityContext.cs
Source:
ServiceSecurityContext.cs
Source:
ServiceSecurityContext.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the authorization information for an instance of this class. The AuthorizationContext contains a collection of ClaimSet that the application can interrogate and retrieve the information of the party.

public:
 property System::IdentityModel::Policy::AuthorizationContext ^ AuthorizationContext { System::IdentityModel::Policy::AuthorizationContext ^ get(); };
public System.IdentityModel.Policy.AuthorizationContext AuthorizationContext { get; }
member this.AuthorizationContext : System.IdentityModel.Policy.AuthorizationContext
Public ReadOnly Property AuthorizationContext As AuthorizationContext

Property Value

An AuthorizationContext that contains the authorization settings.

Applies to


Feedback

Was this page helpful?