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