6 references to Authenticated
System.ServiceModel (6)
System\ServiceModel\Channels\IPeerNeighbor.cs (2)
51(state == PeerNeighborState.Authenticated) || 67return ((state == PeerNeighborState.Authenticated) ||
System\ServiceModel\Channels\PeerSecurityHelpers.cs (3)
737if (host.State < PeerNeighborState.Authenticated) 750if (neighbor.State < PeerNeighborState.Authenticated) 884neighbor.TrySetState(PeerNeighborState.Authenticated);
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
623neighbor.TrySetState(PeerNeighborState.Authenticated);