13 references to Create
Microsoft.AspNetCore.DataProtection.Tests (1)
XmlEncryption\CertificateXmlEncryptionTests.cs (1)
20
var symmetricAlgorithm = TripleDES.
Create
();
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
113
cipher = TripleDES.
Create
();
118
cipher = TripleDES.
Create
();
268
cipher = TripleDES.
Create
();
628
return TripleDES.
Create
();
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
18
_impl = TripleDES.
Create
();
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
181
alg = TripleDES.
Create
();
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
113
cipher = TripleDES.
Create
();
118
cipher = TripleDES.
Create
();
268
cipher = TripleDES.
Create
();
628
return TripleDES.
Create
();
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SymmetricKeyWrap.cs (2)
45
tripleDES = TripleDES.
Create
();
84
tripleDES = TripleDES.
Create
();