11 instantiations of AuthenticatedEncryptorConfiguration
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
31
var configuration = new
AuthenticatedEncryptorConfiguration
();
Internal\KeyManagementOptionsSetup.cs (1)
69
options.AuthenticatedEncryptorConfiguration = new
AuthenticatedEncryptorConfiguration
();
Microsoft.AspNetCore.DataProtection.Tests (9)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializerTests.cs (1)
19
new
AuthenticatedEncryptorConfiguration
()
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
190
return new AuthenticatedEncryptorDescriptor(new
AuthenticatedEncryptorConfiguration
()
KeyManagement\KeyRingBasedDataProtectorTests.cs (6)
569
Key key = new Key(Guid.NewGuid(), DateTimeOffset.Now, DateTimeOffset.Now, DateTimeOffset.Now, new
AuthenticatedEncryptorConfiguration
().CreateNewDescriptor(), new[] { encryptorFactory });
642
var configuration = new
AuthenticatedEncryptorConfiguration
680
Key key = new Key(Guid.NewGuid(), DateTimeOffset.Now, DateTimeOffset.Now, DateTimeOffset.Now, new
AuthenticatedEncryptorConfiguration
().CreateNewDescriptor(), new[] { encryptorFactory });
714
Key key = new Key(Guid.NewGuid(), DateTimeOffset.Now, DateTimeOffset.Now, DateTimeOffset.Now, new
AuthenticatedEncryptorConfiguration
().CreateNewDescriptor(), new[] { encryptorFactory });
739
Key key = new Key(Guid.NewGuid(), DateTimeOffset.Now, DateTimeOffset.Now, DateTimeOffset.Now, new
AuthenticatedEncryptorConfiguration
().CreateNewDescriptor(), new[] { encryptorFactory });
762
Key key = new Key(Guid.NewGuid(), DateTimeOffset.Now, DateTimeOffset.Now, DateTimeOffset.Now, new
AuthenticatedEncryptorConfiguration
().CreateNewDescriptor(), new[] { encryptorFactory });
KeyManagement\XmlKeyManagerTests.cs (1)
939
AuthenticatedEncryptorConfiguration = new
AuthenticatedEncryptorConfiguration
(),
10 references to AuthenticatedEncryptorConfiguration
Microsoft.AspNetCore.DataProtection (8)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (2)
20
/// based on the <see cref="
AuthenticatedEncryptorConfiguration
"/>.
49
AuthenticatedEncryptorConfiguration
? authenticatedConfiguration)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (3)
12
/// configuration provided by an <see cref="
AuthenticatedEncryptorConfiguration
"/> object.
21
public AuthenticatedEncryptorDescriptor(
AuthenticatedEncryptorConfiguration
configuration, ISecret masterKey)
32
internal
AuthenticatedEncryptorConfiguration
Configuration { get; }
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
31
var
configuration = new AuthenticatedEncryptorConfiguration();
DataProtectionBuilderExtensions.cs (1)
425
public static IDataProtectionBuilder UseCryptographicAlgorithms(this IDataProtectionBuilder builder,
AuthenticatedEncryptorConfiguration
configuration)
IDataProtectionBuilder.cs (1)
26
/// A call to <see cref="DataProtectionBuilderExtensions.UseCryptographicAlgorithms(IDataProtectionBuilder,
AuthenticatedEncryptorConfiguration
)"/>
Microsoft.AspNetCore.DataProtection.Tests (2)
Internal\KeyManagementOptionsSetupTest.cs (1)
33
Assert.IsType<
AuthenticatedEncryptorConfiguration
>(options.AuthenticatedEncryptorConfiguration);
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
642
var
configuration = new AuthenticatedEncryptorConfiguration