23 references to Create
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
99
return Aes.
Create
;
Microsoft.AspNetCore.DataProtection.Tests (3)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
129
symmetricAlgorithmFactory: () => Aes.
Create
(),
Managed\ManagedAuthenticatedEncryptorTests.cs (2)
17
symmetricAlgorithmFactory: Aes.
Create
,
37
symmetricAlgorithmFactory: Aes.
Create
,
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
253
cipher = Aes.
Create
();
258
cipher = Aes.
Create
();
263
cipher = Aes.
Create
();
610
Aes 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)
185
alg = Aes.
Create
();
189
alg = Aes.
Create
();
193
alg = Aes.
Create
();
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
253
cipher = Aes.
Create
();
258
cipher = Aes.
Create
();
263
cipher = Aes.
Create
();
610
Aes aes = Aes.
Create
();
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
573
using (Aes aes = Aes.
Create
())
658
using (Aes aes = Aes.
Create
())
System\Security\Cryptography\Xml\SymmetricKeyWrap.cs (2)
133
aes = Aes.
Create
();
196
aes = Aes.
Create
();