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