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