1 write to securityHeader
System.ServiceModel (1)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
32
this.
securityHeader
= securityHeader;
4 references to securityHeader
System.ServiceModel (4)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (4)
212
if (derivationLength > this.
securityHeader
.MaxDerivedKeyLength)
213
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.DerivedKeyLengthSpecifiedInImplicitDerivedKeyClauseTooLong, keyIdentifierClause.ToString(), derivationLength, this.
securityHeader
.MaxDerivedKeyLength)));
235
string psha1Algorithm = SecurityUtils.GetKeyDerivationAlgorithm(this.
securityHeader
.StandardsManager.MessageSecurityVersion.SecureConversationVersion);
240
this.
securityHeader
.EnsureDerivedKeyLimitNotReached();