2 instantiations of 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);
5 references to AuthenticatedEncryptorDescriptor
Microsoft.AspNetCore.DataProtection (5)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (1)
38if (key.Descriptor is not AuthenticatedEncryptorDescriptor descriptor)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (2)
17/// Initializes a new instance of <see cref="AuthenticatedEncryptorDescriptor"/>. 19/// <param name="configuration">The <see cref="AuthenticatedEncryptorDescriptor"/>.</param>
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (2)
14/// of an <see cref="AuthenticatedEncryptorDescriptor"/>. 19/// Imports the <see cref="AuthenticatedEncryptorDescriptor"/> from serialized XML.