1 implementation of GetOutgoingBlob
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
20
public string?
GetOutgoingBlob
(string incomingBlob, out BlobErrorType status, out Exception? error)
1 reference to GetOutgoingBlob
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
137
var outgoing = _negotiateState.
GetOutgoingBlob
(token, out var errorType, out var exception);