1 write to MasterKey
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (1)
27MasterKey = masterKey;
2 references to MasterKey
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (1)
43return CreateAuthenticatedEncryptorInstance(descriptor.MasterKey, descriptor.Configuration);
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (1)
54MasterKey.ToMasterKeyElement());