3 references to WindowsIdentity
mscorlib (1)
system\security\principal\windowsidentity.cs (1)
193
public WindowsIdentity (string sUserPrincipalName) :
this
(sUserPrincipalName, null) {}
System.IdentityModel (1)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
109
using (WindowsIdentity initialWindowsIdentity = new
WindowsIdentity
(name, SecurityUtils.AuthTypeCertMap))
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
239
using (WindowsIdentity windowsIdentity = new
WindowsIdentity
(fullyQualifiedDomainName, SecurityUtils.AuthTypeKerberos))