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