1 write to _Identity
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
74
_Identity
= (tokenHandle == IntPtr.Zero) ? null : new WindowsIdentity(tokenHandle); //CreateWindowsIdentity(username, domain, password, tokenHandle);
8 references to _Identity
System.Web (8)
Configuration\RemoteWebConfigurationHost.cs (8)
86
WindowsImpersonationContext wiContext = (
_Identity
!= null) ?
_Identity
.Impersonate() : null;
212
if (
_Identity
!= null) {
213
wiContext =
_Identity
.Impersonate();
248
RemoteWebConfigurationHostStream rcs = new RemoteWebConfigurationHostStream(false, _Server, streamName, null, _Username, _Domain, _Password,
_Identity
);
257
RemoteWebConfigurationHostStream rcs = new RemoteWebConfigurationHostStream(true, _Server, streamName, templateStreamName, _Username, _Domain, _Password,
_Identity
);
353
if (
_Identity
!= null)
354
wiContext =
_Identity
.Impersonate();