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)
49if (_outgoingNegotiateAuth == null) 91return _outgoingNegotiateAuth.IsMutuallyAuthenticated; 99return _isCompleted && _outgoingNegotiateAuth != null && _outgoingNegotiateAuth.IsAuthenticated; 116return _outgoingNegotiateAuth.Package; 138var remoteIdentity = _outgoingNegotiateAuth.RemoteIdentity; 157var auth = _incomingNegotiateAuth ?? _outgoingNegotiateAuth; 179var auth = _outgoingNegotiateAuth; 199byte[] outgoingBlob = _outgoingNegotiateAuth.GetOutgoingBlob(incomingSpan, out statusCode); 242_outgoingNegotiateAuth?.Dispose();