1 write to serializedAuthorizationContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
188
this.
serializedAuthorizationContext
= SerializableAuthorizationContext.From(this.authorizationContext);
3 references to serializedAuthorizationContext
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (3)
59
if (this.
serializedAuthorizationContext
!= null)
61
this.authorizationContext =
serializedAuthorizationContext
.Retrieve();
184
if (this.
serializedAuthorizationContext
== null)