1 write to _instance
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
26
_instance
= new NegotiateAuthentication(serverOptions);
5 references to _instance
Microsoft.AspNetCore.Authentication.Negotiate (5)
Internal\NegotiateState.cs (5)
38
var outgoingBlob =
_instance
.GetOutgoingBlob(incomingBlob, out var authStatus);
68
get =>
_instance
.IsAuthenticated;
73
get =>
_instance
.Package;
78
var remoteIdentity =
_instance
.RemoteIdentity;
86
_instance
.Dispose();