1 write to keyDerivationAlgorithm
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
241
this.
keyDerivationAlgorithm
= derivationAlgorithm;
2 references to keyDerivationAlgorithm
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (2)
105
get { return
keyDerivationAlgorithm
; }
260
this.key = SecurityUtils.GenerateDerivedKey(this.tokenToDerive, this.
keyDerivationAlgorithm
,