1 write to MasterKey
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
28MasterKey = masterKey;
5 references to MasterKey
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
56MasterKey.ToMasterKeyElement());
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
38return CreateAuthenticatedEncryptorInstance(descriptor.MasterKey, descriptor.Configuration);
EphemeralDataProtectionProvider.cs (1)
116descriptor.MasterKey,
Microsoft.AspNetCore.DataProtection.Tests (2)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorConfigurationTests.cs (2)
15var masterKey1 = ((ManagedAuthenticatedEncryptorDescriptor)configuration.CreateNewDescriptor()).MasterKey; 16var masterKey2 = ((ManagedAuthenticatedEncryptorDescriptor)configuration.CreateNewDescriptor()).MasterKey;