Base:
method
CreateNewDescriptor
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration.CreateNewDescriptor()
4 references to CreateNewDescriptor
Microsoft.AspNetCore.DataProtection.Tests (4)
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactoryTest.cs (1)
37
var descriptor = new CngGcmAuthenticatedEncryptorConfiguration().
CreateNewDescriptor
();
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfigurationTests.cs (3)
15
var masterKey1 = ((CngGcmAuthenticatedEncryptorDescriptor)configuration.
CreateNewDescriptor
()).MasterKey;
16
var masterKey2 = ((CngGcmAuthenticatedEncryptorDescriptor)configuration.
CreateNewDescriptor
()).MasterKey;
31
var descriptor = (CngGcmAuthenticatedEncryptorDescriptor)configuration.
CreateNewDescriptor
();