3 references to KeyDerivationAlgorithm
System.ServiceModel (3)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
213this.keyDerivationAlgorithm = cachedToken.KeyDerivationAlgorithm;
System\ServiceModel\Security\WSSecureConversation.cs (2)
264if (derivedKeyToken.KeyDerivationAlgorithm != parent.DerivationAlgorithm) 266throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.UnsupportedKeyDerivationAlgorithm, derivedKeyToken.KeyDerivationAlgorithm)));