1 write to isValid
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
591
this.
isValid
= (token != null && token.IsValid);
2 references to isValid
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
598
if (!(this.
isValid
))
610
return this.
isValid
;