1 implementation of IDataProtectorFactory
System.Web (1)
Security\Cryptography\MachineKeyDataProtectorFactory.cs (1)
14internal sealed class MachineKeyDataProtectorFactory : IDataProtectorFactory {
4 references to IDataProtectorFactory
System.Web (4)
Security\Cryptography\AspNetCryptoServiceProvider.cs (2)
19private readonly IDataProtectorFactory _dataProtectorFactory; 27internal AspNetCryptoServiceProvider(MachineKeySection machineKeySection = null, ICryptoAlgorithmFactory cryptoAlgorithmFactory = null, IMasterKeyProvider masterKeyProvider = null, IDataProtectorFactory dataProtectorFactory = null, KeyDerivationFunction keyDerivationFunction = null) {
Security\Cryptography\DataProtectorCryptoService.cs (2)
15private readonly IDataProtectorFactory _dataProtectorFactory; 18public DataProtectorCryptoService(IDataProtectorFactory dataProtectorFactory, Purpose purpose) {