8 references to QueryContextAttributes
System (8)
net\System\Net\_NTAuthentication.cs (4)
186
string name = SSPIWrapper.
QueryContextAttributes
(GlobalSSPI.SSPIAuth, m_SecurityContext, ContextAttribute.Names) as string;
297
negotiationInfo = SSPIWrapper.
QueryContextAttributes
(GlobalSSPI.SSPIAuth, m_SecurityContext, ContextAttribute.NegotiationInfo) as NegotiationInfoClass;
316
m_Sizes = SSPIWrapper.
QueryContextAttributes
(
1076
string spn = SSPIWrapper.
QueryContextAttributes
(GlobalSSPI.SSPIAuth, m_SecurityContext,
net\System\Net\_SecureChannel.cs (4)
197
remoteContext = SSPIWrapper.
QueryContextAttributes
(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.RemoteCertificate) as SafeFreeCertContext;
461
IssuerListInfoEx issuerList = (IssuerListInfoEx)SSPIWrapper.
QueryContextAttributes
(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.IssuerListInfoEx);
1079
StreamSizes streamSizes = SSPIWrapper.
QueryContextAttributes
(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.StreamSizes) as StreamSizes;
1095
m_ConnectionInfo = SSPIWrapper.
QueryContextAttributes
(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.ConnectionInfo) as SslConnectionInfo;