1 write to MasterKey
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
28MasterKey = masterKey;
3 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,