41 references to SSPIWrapper
System (41)
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;
316
m_Sizes =
SSPIWrapper
.QueryContextAttributes(
486
m_TokenSize =
SSPIWrapper
.GetVerifyPackageInfo(GlobalSSPI.SSPIAuth, package, true).MaxToken;
501
m_CredentialsHandle =
SSPIWrapper
.AcquireDefaultCredential(
524
m_CredentialsHandle =
SSPIWrapper
.AcquireCredentialsHandle(GlobalSSPI.SSPIAuth,
558
m_CredentialsHandle =
SSPIWrapper
.AcquireCredentialsHandle(
586
status = (SecurityStatus)
SSPIWrapper
.QuerySecurityContextToken(
693
statusCode = (SecurityStatus)
SSPIWrapper
.InitializeSecurityContext(
711
statusCode = (SecurityStatus)
SSPIWrapper
.CompleteAuthToken(
722
statusCode = (SecurityStatus)
SSPIWrapper
.AcceptSecurityContext(
818
statusCode = (SecurityStatus)
SSPIWrapper
.InitializeSecurityContext(
866
statusCode = (SecurityStatus)
SSPIWrapper
.AcceptSecurityContext(
882
statusCode = (SecurityStatus)
SSPIWrapper
.CompleteAuthToken(
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);
1168
int errorCode =
SSPIWrapper
.VerifySignature(
1228
int errorCode =
SSPIWrapper
.MakeSignature(
net\System\Net\_SecureChannel.cs (16)
93
SSPIWrapper
.GetVerifyPackageInfo(GlobalSSPI.SSPISecureChannel, SecurityPackage, true);
197
remoteContext =
SSPIWrapper
.QueryContextAttributes(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.RemoteCertificate) as SafeFreeCertContext;
222
result =
SSPIWrapper
.QueryContextChannelBinding(GlobalSSPI.SSPISecureChannel, m_SecurityContext, (ContextAttribute)kind);
461
IssuerListInfoEx issuerList = (IssuerListInfoEx)
SSPIWrapper
.QueryContextAttributes(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.IssuerListInfoEx);
883
return
SSPIWrapper
.AcquireCredentialsHandle(GlobalSSPI.SSPISecureChannel, SecurityPackage, credUsage, secureCredential);
886
return
SSPIWrapper
.AcquireCredentialsHandle(GlobalSSPI.SSPISecureChannel, SecurityPackage, credUsage, secureCredential);
977
errorCode =
SSPIWrapper
.AcceptSecurityContext(
993
errorCode =
SSPIWrapper
.InitializeSecurityContext(
1011
int setError =
SSPIWrapper
.SetContextAttributes(GlobalSSPI.SSPISecureChannel,
1020
errorCode =
SSPIWrapper
.InitializeSecurityContext(
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;
1161
int errorCode =
SSPIWrapper
.EncryptMessage(GlobalSSPI.SSPISecureChannel, m_SecurityContext, securityBuffer, 0);
1198
SecurityStatus errorCode = (SecurityStatus)
SSPIWrapper
.DecryptMessage(GlobalSSPI.SSPISecureChannel, m_SecurityContext, decspc, 0);
1357
var status = (SecurityStatus)
SSPIWrapper
.ApplyAlertToken(GlobalSSPI.SSPISecureChannel, ref m_CredentialsHandle, m_SecurityContext, TlsAlertType.Fatal, alertMessage);
1373
var status = (SecurityStatus)
SSPIWrapper
.ApplyShutdownToken(GlobalSSPI.SSPISecureChannel, ref m_CredentialsHandle, m_SecurityContext);