2 writes to _outgoingNegotiateAuth
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (2)
62
_outgoingNegotiateAuth
= new NegotiateAuthentication(clientOptions);
246
_outgoingNegotiateAuth
= null;
10 references to _outgoingNegotiateAuth
System.ServiceModel.Primitives (10)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (10)
49
if (
_outgoingNegotiateAuth
== null)
91
return
_outgoingNegotiateAuth
.IsMutuallyAuthenticated;
99
return _isCompleted &&
_outgoingNegotiateAuth
!= null &&
_outgoingNegotiateAuth
.IsAuthenticated;
116
return
_outgoingNegotiateAuth
.Package;
138
var remoteIdentity =
_outgoingNegotiateAuth
.RemoteIdentity;
157
var auth = _incomingNegotiateAuth ??
_outgoingNegotiateAuth
;
179
var auth =
_outgoingNegotiateAuth
;
199
byte[] outgoingBlob =
_outgoingNegotiateAuth
.GetOutgoingBlob(incomingSpan, out statusCode);
242
_outgoingNegotiateAuth
?.Dispose();