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