1 instantiation of CREDUI_INFO
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
817CREDUI_INFO credui_Info = new CREDUI_INFO();
3 references to CREDUI_INFO
System.IdentityModel (3)
System\IdentityModel\NativeMethods.cs (1)
514ref CREDUI_INFO pUiInfo,
System\IdentityModel\SspiWrapper.cs (2)
817CREDUI_INFO credui_Info = new CREDUI_INFO(); 818credui_Info.cbSize = Marshal.SizeOf(typeof(CREDUI_INFO));