2 references to AuthenticatedEncryptorDescriptor
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
40return new AuthenticatedEncryptorDescriptor(this, secret);
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
44return new AuthenticatedEncryptorDescriptor(configuration, masterKey);