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