1 write to MasterKey
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (1)
29
MasterKey
= masterKey;
5 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
,
Microsoft.AspNetCore.DataProtection.Tests (2)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfigurationTests.cs (2)
15
var masterKey1 = ((CngGcmAuthenticatedEncryptorDescriptor)configuration.CreateNewDescriptor()).
MasterKey
;
16
var masterKey2 = ((CngGcmAuthenticatedEncryptorDescriptor)configuration.CreateNewDescriptor()).
MasterKey
;