1 write to _keyDerivationFunction
System.Web (1)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
32
_keyDerivationFunction
= keyDerivationFunction;
2 references to _keyDerivationFunction
System.Web (2)
Security\Cryptography\AspNetCryptoServiceProvider.cs (2)
76
CryptographicKey encryptionKey = purpose.GetDerivedEncryptionKey(_masterKeyProvider,
_keyDerivationFunction
);
77
CryptographicKey validationKey = purpose.GetDerivedValidationKey(_masterKeyProvider,
_keyDerivationFunction
);