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