7 references to PeerAuthState
System.ServiceModel (7)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (7)
685PeerAuthState state; 703this.state = PeerAuthState.Created; 787this.state = PeerAuthState.Failed; 821if (this.state != PeerAuthState.Created || neighbor == null || neighbor.IsInitiator || neighbor.State != PeerNeighborState.Opened) 839this.state = PeerAuthState.Authenticated; 880this.state = PeerAuthState.Authenticated; 892this.state = PeerAuthState.Failed;