1 reference to GetWindowsPrincipal
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
134
principal = ( claimsPrincipal is WindowsPrincipal ) ? claimsPrincipal :
GetWindowsPrincipal
( securityContext );