1 instantiation of AuthorizationContext
System.ServiceModel (1)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
698
new System.Security.Claims.
AuthorizationContext
(
3 references to AuthorizationContext
System.IdentityModel (3)
System\IdentityModel\Claims\AuthenticationInformation.cs (1)
39
/// Gets the <see cref="
AuthorizationContext
"/> used by the authenticating authority when issuing tokens.
System\IdentityModel\Claims\ClaimsAuthorizationManager.cs (2)
23
/// <param name="context"><see cref="
AuthorizationContext
"/> that encapsulates the subject, resource, and action.</param>
25
public virtual bool CheckAccess(
AuthorizationContext
context)