1 write to MasterKey
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
28
MasterKey
= masterKey;
3 references to MasterKey
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
56
MasterKey
.ToMasterKeyElement());
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
38
return CreateAuthenticatedEncryptorInstance(descriptor.
MasterKey
, descriptor.Configuration);
EphemeralDataProtectionProvider.cs (1)
116
descriptor.
MasterKey
,