1 instantiation of COAUTHINFO_X64
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
576
ca = new
COAUTHINFO_X64
(RpcAuthent.WinNT, RpcAuthor.None, null, /*RpcLevel.Connect*/ RpcLevel.Default, RpcImpers.Impersonate, ciptr);
2 references to COAUTHINFO_X64
System.Web (2)
Configuration\RemoteWebConfigurationHost.cs (2)
559
COAUTHINFO_X64
ca = null;
599
Marshal.DestroyStructure(captr, typeof(
COAUTHINFO_X64
));