2 writes to authorizationContext
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (2)
61
this.
authorizationContext
= serializedAuthorizationContext.Retrieve();
93
this.
authorizationContext
= OperationContext.Current.ServiceSecurityContext.AuthorizationContext;
4 references to authorizationContext
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (4)
57
if (this.
authorizationContext
== null)
64
return
authorizationContext
;
186
if (this.
authorizationContext
!= null)
188
this.serializedAuthorizationContext = SerializableAuthorizationContext.From(this.
authorizationContext
);