24 references to Create
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
99return Aes.Create;
Microsoft.AspNetCore.DataProtection.Tests (3)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
129symmetricAlgorithmFactory: () => Aes.Create(),
Managed\ManagedAuthenticatedEncryptorTests.cs (2)
17symmetricAlgorithmFactory: Aes.Create, 37symmetricAlgorithmFactory: Aes.Create,
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
253cipher = Aes.Create(); 258cipher = Aes.Create(); 263cipher = Aes.Create(); 615Aes aes = Aes.Create();
System\Security\Cryptography\AesCryptoServiceProvider.cs (1)
19_impl = Aes.Create();
System\Security\Cryptography\AesManaged.cs (1)
19_impl = Aes.Create();
System\Security\Cryptography\RijndaelImplementation.cs (1)
26_impl = Aes.Create();
System\Security\Cryptography\RijndaelManaged.cs (1)
22_impl = Aes.Create();
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (3)
185alg = Aes.Create(); 189alg = Aes.Create(); 193alg = Aes.Create();
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
253cipher = Aes.Create(); 258cipher = Aes.Create(); 263cipher = Aes.Create(); 615Aes aes = Aes.Create();
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
573using (Aes aes = Aes.Create()) 658using (Aes aes = Aes.Create())
System\Security\Cryptography\Xml\SymmetricKeyWrap.cs (2)
133aes = Aes.Create(); 196aes = Aes.Create();
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
241return Aes.Create();