9 references to RpcImpers
System.Web (9)
Configuration\COAUTHINFO.cs (4)
27
internal COAUTHINFO(RpcAuthent authent, RpcAuthor author, string serverprinc, RpcLevel level,
RpcImpers
impers, IntPtr ciptr) {
41
internal
RpcImpers
impersonationlevel;
58
internal COAUTHINFO_X64(RpcAuthent authent, RpcAuthor author, string serverprinc, RpcLevel level,
RpcImpers
impers, IntPtr ciptr)
73
internal
RpcImpers
impersonationlevel;
Configuration\RemoteWebConfigurationHost.cs (4)
516
ca = new COAUTHINFO(RpcAuthent.WinNT, RpcAuthor.None, null, /*RpcLevel.Connect*/ RpcLevel.Default,
RpcImpers
.Impersonate, ciptr);
528
hr = UnsafeNativeMethods.CoSetProxyBlanket(amqi[0].pItf, RpcAuthent.WinNT, RpcAuthor.None, null, /*RpcLevel.Connect*/ RpcLevel.Default,
RpcImpers
.Impersonate, ciptr, 0);
576
ca = new COAUTHINFO_X64(RpcAuthent.WinNT, RpcAuthor.None, null, /*RpcLevel.Connect*/ RpcLevel.Default,
RpcImpers
.Impersonate, ciptr);
588
hr = UnsafeNativeMethods.CoSetProxyBlanket(amqi[0].pItf, RpcAuthent.WinNT, RpcAuthor.None, null, /*RpcLevel.Connect*/ RpcLevel.Default,
RpcImpers
.Impersonate, ciptr, 0);
UnsafeNativeMethods.cs (1)
1310
string serverprinc, RpcLevel level,
RpcImpers