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)
73
if (
_keyDerivationFunction
== null) {
76
return
_keyDerivationFunction
;