3 references to DecryptMessage
System (3)
net\System\Net\_NTAuthentication.cs (2)
1051
errorCode = SSPIWrapper.
DecryptMessage
(GlobalSSPI.SSPIAuth, m_SecurityContext, securityBuffer, expectedSeqNumber);
1102
errorCode = SSPIWrapper.
DecryptMessage
(GlobalSSPI.SSPIAuth, m_SecurityContext, securityBuffer, expectedSeqNumber);
net\System\Net\_SecureChannel.cs (1)
1198
SecurityStatus errorCode = (SecurityStatus)SSPIWrapper.
DecryptMessage
(GlobalSSPI.SSPISecureChannel, m_SecurityContext, decspc, 0);