1 write to token
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
510this.token = token;
4 references to token
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (4)
519return this.token; 553if (!(token != null && token.IsValid)) 560token.Write(writer);