1 write to _instance
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
17
_instance
= new NegotiateAuthentication(_serverOptions);
5 references to _instance
Microsoft.AspNetCore.Authentication.Negotiate (5)
Internal\NegotiateState.cs (5)
22
var outgoingBlob =
_instance
.GetOutgoingBlob(incomingBlob, out var authStatus);
52
get =>
_instance
.IsAuthenticated;
57
get =>
_instance
.Package;
62
var remoteIdentity =
_instance
.RemoteIdentity;
68
_instance
.Dispose();