2 writes to hasEndorsingOrSignedEndorsingSupportingTokens
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
826
this.
hasEndorsingOrSignedEndorsingSupportingTokens
= true;
832
this.
hasEndorsingOrSignedEndorsingSupportingTokens
= true;
1 reference to hasEndorsingOrSignedEndorsingSupportingTokens
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1596
bool expectTimestampToBeSigned = this.RequireMessageProtection || this.
hasEndorsingOrSignedEndorsingSupportingTokens
;