1 implementation of IMasterKeyProvider
System.Web (1)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
16internal sealed class MachineKeyMasterKeyProvider : IMasterKeyProvider {
4 references to IMasterKeyProvider
System.Web (4)
Security\Cryptography\AspNetCryptoServiceProvider.cs (2)
23private readonly IMasterKeyProvider _masterKeyProvider; 27internal AspNetCryptoServiceProvider(MachineKeySection machineKeySection = null, ICryptoAlgorithmFactory cryptoAlgorithmFactory = null, IMasterKeyProvider masterKeyProvider = null, IDataProtectorFactory dataProtectorFactory = null, KeyDerivationFunction keyDerivationFunction = null) {
Security\Cryptography\Purpose.cs (2)
108public CryptographicKey GetDerivedEncryptionKey(IMasterKeyProvider masterKeyProvider, KeyDerivationFunction keyDerivationFunction) { 124public CryptographicKey GetDerivedValidationKey(IMasterKeyProvider masterKeyProvider, KeyDerivationFunction keyDerivationFunction) {