2 writes to _keyDerivationFunction
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
41_keyDerivationFunction = keyDerivationFunction; 74_keyDerivationFunction = SP800_108.DeriveKey;
2 references to _keyDerivationFunction
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
73if (_keyDerivationFunction == null) { 76return _keyDerivationFunction;