1 write to tokenToDerive
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
239this.tokenToDerive = tokenToDerive;
4 references to tokenToDerive
System.ServiceModel (4)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (4)
95get { return this.tokenToDerive.ValidFrom; } 100get { return this.tokenToDerive.ValidTo; } 135get { return this.tokenToDerive; } 260this.key = SecurityUtils.GenerateDerivedKey(this.tokenToDerive, this.keyDerivationAlgorithm,