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