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)
76CryptographicKey encryptionKey = purpose.GetDerivedEncryptionKey(_masterKeyProvider, _keyDerivationFunction); 77CryptographicKey validationKey = purpose.GetDerivedValidationKey(_masterKeyProvider, _keyDerivationFunction);