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