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