25 references to SSPIAuth
System (25)
net\System\Net\_DigestClient.cs (1)
41
_WDigestAvailable = SSPIWrapper.GetVerifyPackageInfo(GlobalSSPI.
SSPIAuth
, NegotiationInfoClass.WDigest)!=null;
net\System\Net\_NTAuthentication.cs (24)
186
string name = SSPIWrapper.QueryContextAttributes(GlobalSSPI.
SSPIAuth
, m_SecurityContext, ContextAttribute.Names) as string;
242
SSPIWrapper.QueryContextAttributes(GlobalSSPI.
SSPIAuth
, m_SecurityContext,
297
negotiationInfo = SSPIWrapper.QueryContextAttributes(GlobalSSPI.
SSPIAuth
, m_SecurityContext, ContextAttribute.NegotiationInfo) as NegotiationInfoClass;
317
GlobalSSPI.
SSPIAuth
,
486
m_TokenSize = SSPIWrapper.GetVerifyPackageInfo(GlobalSSPI.
SSPIAuth
, package, true).MaxToken;
502
GlobalSSPI.
SSPIAuth
,
524
m_CredentialsHandle = SSPIWrapper.AcquireCredentialsHandle(GlobalSSPI.
SSPIAuth
,
559
GlobalSSPI.
SSPIAuth
,
587
GlobalSSPI.
SSPIAuth
,
694
GlobalSSPI.
SSPIAuth
,
712
GlobalSSPI.
SSPIAuth
,
723
GlobalSSPI.
SSPIAuth
,
819
GlobalSSPI.
SSPIAuth
,
867
GlobalSSPI.
SSPIAuth
,
883
GlobalSSPI.
SSPIAuth
,
985
errorCode = SSPIWrapper.EncryptMessage(GlobalSSPI.
SSPIAuth
, m_SecurityContext, securityBuffer, sequenceNumber);
991
errorCode = SSPIWrapper.MakeSignature(GlobalSSPI.
SSPIAuth
, m_SecurityContext, securityBuffer, 0);
1051
errorCode = SSPIWrapper.DecryptMessage(GlobalSSPI.
SSPIAuth
, m_SecurityContext, securityBuffer, expectedSeqNumber);
1055
errorCode = SSPIWrapper.VerifySignature(GlobalSSPI.
SSPIAuth
, m_SecurityContext, securityBuffer, expectedSeqNumber);
1076
string spn = SSPIWrapper.QueryContextAttributes(GlobalSSPI.
SSPIAuth
, m_SecurityContext,
1102
errorCode = SSPIWrapper.DecryptMessage(GlobalSSPI.
SSPIAuth
, m_SecurityContext, securityBuffer, expectedSeqNumber);
1108
errorCode = SSPIWrapper.VerifySignature(GlobalSSPI.
SSPIAuth
, m_SecurityContext, securityBuffer, expectedSeqNumber);
1169
GlobalSSPI.
SSPIAuth
,
1229
GlobalSSPI.
SSPIAuth
,