7 references to KeyDerivationFunction
System.Web (7)
Security\Cryptography\AspNetCryptoServiceProvider.cs (2)
21private KeyDerivationFunction _keyDerivationFunction; 27internal AspNetCryptoServiceProvider(MachineKeySection machineKeySection = null, ICryptoAlgorithmFactory cryptoAlgorithmFactory = null, IMasterKeyProvider masterKeyProvider = null, IDataProtectorFactory dataProtectorFactory = null, KeyDerivationFunction keyDerivationFunction = null) {
Security\Cryptography\MachineKeyMasterKeyProvider.cs (3)
31private KeyDerivationFunction _keyDerivationFunction; 36internal MachineKeyMasterKeyProvider(MachineKeySection machineKeySection, string applicationId = null, string applicationName = null, CryptographicKey autogenKeys = null, KeyDerivationFunction keyDerivationFunction = null) { 71internal KeyDerivationFunction KeyDerivationFunction {
Security\Cryptography\Purpose.cs (2)
108public CryptographicKey GetDerivedEncryptionKey(IMasterKeyProvider masterKeyProvider, KeyDerivationFunction keyDerivationFunction) { 124public CryptographicKey GetDerivedValidationKey(IMasterKeyProvider masterKeyProvider, KeyDerivationFunction keyDerivationFunction) {