3 writes to authorizationContext
System.ServiceModel (3)
System\ServiceModel\ServiceSecurityContext.cs (3)
34
this.
authorizationContext
= null;
53
this.
authorizationContext
= authorizationContext;
183
this.
authorizationContext
= AuthorizationContext.CreateDefaultAuthorizationContext(this.authorizationPolicies);
2 references to authorizationContext
System.ServiceModel (2)
System\ServiceModel\ServiceSecurityContext.cs (2)
181
if (this.
authorizationContext
== null)
185
return this.
authorizationContext
;