1 implementation of ICryptoAlgorithmFactory
System.Web (1)
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
14internal sealed class MachineKeyCryptoAlgorithmFactory : ICryptoAlgorithmFactory {
4 references to ICryptoAlgorithmFactory
System.Web (4)
Security\Cryptography\AspNetCryptoServiceProvider.cs (2)
18private readonly ICryptoAlgorithmFactory _cryptoAlgorithmFactory; 27internal AspNetCryptoServiceProvider(MachineKeySection machineKeySection = null, ICryptoAlgorithmFactory cryptoAlgorithmFactory = null, IMasterKeyProvider masterKeyProvider = null, IDataProtectorFactory dataProtectorFactory = null, KeyDerivationFunction keyDerivationFunction = null) {
Security\Cryptography\NetFXCryptoService.cs (2)
37private readonly ICryptoAlgorithmFactory _cryptoAlgorithmFactory; 42public NetFXCryptoService(ICryptoAlgorithmFactory cryptoAlgorithmFactory, CryptographicKey encryptionKey, CryptographicKey validationKey, bool predictableIV = false) {