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