9 references to RpcAuthent
System.Web (9)
Configuration\COAUTHINFO.cs (4)
27
internal COAUTHINFO(
RpcAuthent
authent, RpcAuthor author, string serverprinc, RpcLevel level, RpcImpers impers, IntPtr ciptr) {
36
internal
RpcAuthent
authnsvc;
58
internal COAUTHINFO_X64(
RpcAuthent
authent, RpcAuthor author, string serverprinc, RpcLevel level, RpcImpers impers, IntPtr ciptr)
68
internal
RpcAuthent
authnsvc;
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)
1309
internal static extern int CoSetProxyBlanket(IntPtr pProxy,
RpcAuthent
authent, RpcAuthor author,