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