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