1 instantiation of IssuerListInfoEx
System (1)
net\System\Net\_SSPIWrapper.cs (1)
619attribute = new IssuerListInfoEx(SspiHandle, nativeBuffer);
3 references to IssuerListInfoEx
System (3)
net\System\Net\_SecureChannel.cs (2)
461IssuerListInfoEx issuerList = (IssuerListInfoEx)SSPIWrapper.QueryContextAttributes(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.IssuerListInfoEx);
net\System\Net\_SSPIWrapper.cs (1)
559nativeBlockSize = Marshal.SizeOf(typeof(IssuerListInfoEx));