3 references to GetOutgoingBlob
System.Net.Security (3)
System\Net\Security\NegotiateAuthentication.cs (1)
261
byte[]? decodedOutgoingBlob =
GetOutgoingBlob
(decodedIncomingBlob, out statusCode);
System\Net\Security\NegotiateStream.cs (2)
758
message = _context.
GetOutgoingBlob
(message, out statusCode);
889
_context.
GetOutgoingBlob
(message, out NegotiateAuthenticationStatusCode statusCode);