1 write to expectChannelSignedTokens
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1048this.expectChannelSignedTokens = true;
2 references to expectChannelSignedTokens
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
806expectSignedTokens = this.expectChannelSignedTokens; 832bool expectSignedTokens = this.expectChannelSignedTokens;