1 write to keyDerivationAlgorithm
System.ServiceModel (1)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
213this.keyDerivationAlgorithm = cachedToken.KeyDerivationAlgorithm;
1 reference to keyDerivationAlgorithm
System.ServiceModel (1)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
240get { return this.keyDerivationAlgorithm; }