3 implementations of GetOutgoingBlob
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
20public string? GetOutgoingBlob(string incomingBlob, out BlobErrorType status, out Exception? error)
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
EventTests.cs (1)
529public string GetOutgoingBlob(string incomingBlob, out BlobErrorType errorType, out Exception ex)
NegotiateHandlerTests.cs (1)
553public string GetOutgoingBlob(string incomingBlob, out BlobErrorType errorType, out Exception ex)
1 reference to GetOutgoingBlob
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
134var outgoing = _negotiateState.GetOutgoingBlob(token, out var errorType, out var exception);