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