7 references to GetOutgoingBlob
System (7)
net\System\Net\_KerberosClient.cs (2)
112string clientResponse = authSession.GetOutgoingBlob(incoming); 188string clientResponse = authSession.GetOutgoingBlob(incoming);
net\System\Net\_NegotiateClient.cs (2)
114string clientResponse = authSession.GetOutgoingBlob(incoming); 211string clientResponse = authSession.GetOutgoingBlob(incoming);
net\System\Net\_NtlmClient.cs (1)
111string clientResponse = authSession.GetOutgoingBlob(incoming);
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
54string resp = clientContext.GetOutgoingBlob(challenge);
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
55string resp = clientContext.GetOutgoingBlob(challenge);