3 writes to wrappingTokenParameters
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
503this.wrappingTokenParameters = wrappingTokenParameters; 512this.wrappingTokenParameters = wrappingTokenParameters; 530this.wrappingTokenParameters = encryptionTokenParameters;
8 references to wrappingTokenParameters
System.ServiceModel (8)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (8)
785universalTokenResolver.ExpectedWrapperTokenParameters = this.wrappingTokenParameters; 787primaryTokenResolver.ExpectedWrapperTokenParameters = this.wrappingTokenParameters; 918else if (this.wrappingTokenParameters != null && this.wrappingTokenParameters.RequireDerivedKeys) 922throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SR.GetString(SR.PrimarySignatureWasNotSignedByDerivedWrappedKey, this.wrappingTokenParameters))); 930if (wrappingTokenParameters != null) 932if (wrappingTokenParameters.RequireDerivedKeys && !this.encryptionTracker.IsDerivedToken) 934throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SR.GetString(SR.MessageWasNotEncryptedByDerivedWrappedKey, this.wrappingTokenParameters)));