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