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