1 write to IsSigned
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
307
this.elements[index].supportingTokenTracker.
IsSigned
= true;
3 references to IsSigned
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
675
if (!tracker.
IsSigned
&& this.RequireMessageProtection)
682
if (!tracker.
IsSigned
&& this.RequireMessageProtection)
693
if (!tracker.
IsSigned
&& this.RequireMessageProtection)