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