1 write to MasterKey
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptor.cs (1)
29
MasterKey
= masterKey;
2 references to MasterKey
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
44
return CreateAuthenticatedEncryptorInstance(descriptor.
MasterKey
, descriptor.Configuration);
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptor.cs (1)
65
MasterKey
.ToMasterKeyElement());