1 write to isValid
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
421
isValid
= this.authenticator != null;
3 references to isValid
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (3)
405
return this.
isValid
;
422
status = new Uri(
isValid
? PeerRequestSecurityTokenResponse.ValidString : PeerRequestSecurityTokenResponse.InvalidString);
486
return
isValid
? this.authenticator.GetHashCode() : 0;