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