1 write to MasterKey
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (1)
29MasterKey = masterKey;
3 references to MasterKey
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactory.cs (1)
46return CreateAuthenticatedEncryptorInstance(descriptor.MasterKey, descriptor.Configuration);
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (1)
56MasterKey.ToMasterKeyElement());
EphemeralDataProtectionProvider.cs (1)
108descriptor.MasterKey,