3 writes to IsPrimaryTokenSigned
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (2)
233this.IsPrimaryTokenSigned = entry.bindingMode == ReceiveSecurityHeaderBindingModes.Primary && entry.elementCategory == ReceiveSecurityHeaderElementCategory.Token; 242this.IsPrimaryTokenSigned = entry.bindingMode == ReceiveSecurityHeaderBindingModes.Primary && entry.elementCategory == ReceiveSecurityHeaderElementCategory.Token;
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
685this.ElementManager.IsPrimaryTokenSigned = entry.bindingMode == ReceiveSecurityHeaderBindingModes.Primary &&
4 references to IsPrimaryTokenSigned
System.ServiceModel (4)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (2)
231if (!this.IsPrimaryTokenSigned) 240if (!this.IsPrimaryTokenSigned)
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (2)
683if (!this.ElementManager.IsPrimaryTokenSigned) 715if (isPrimarySignature && this.RequireSignedPrimaryToken && !this.ElementManager.IsPrimaryTokenSigned)