2 references to KeyDerivationAlgorithm
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
254
if (derivedKeyToken.
KeyDerivationAlgorithm
!= _parent.DerivationAlgorithm)
256
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(string.Format(SRServiceModel.UnsupportedKeyDerivationAlgorithm, derivedKeyToken.
KeyDerivationAlgorithm
)));