12 overrides of CreateEncryptor
System.Security.Cryptography (12)
System\Security\Cryptography\AesCng.Windows.cs (1)
112
public override ICryptoTransform
CreateEncryptor
()
System\Security\Cryptography\AesCryptoServiceProvider.cs (1)
69
public override ICryptoTransform
CreateEncryptor
() => _impl.CreateEncryptor();
System\Security\Cryptography\AesImplementation.cs (1)
53
public sealed override ICryptoTransform
CreateEncryptor
()
System\Security\Cryptography\AesManaged.cs (1)
67
public override ICryptoTransform
CreateEncryptor
() => _impl.CreateEncryptor();
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
51
public override ICryptoTransform
CreateEncryptor
()
System\Security\Cryptography\DesImplementation.cs (1)
31
public override ICryptoTransform
CreateEncryptor
()
System\Security\Cryptography\RC2Implementation.cs (1)
37
public override ICryptoTransform
CreateEncryptor
()
System\Security\Cryptography\RijndaelImplementation.cs (1)
83
public override ICryptoTransform
CreateEncryptor
() => _impl.CreateEncryptor();
System\Security\Cryptography\RijndaelManaged.cs (1)
80
public override ICryptoTransform
CreateEncryptor
() => _impl.CreateEncryptor();
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
80
public override ICryptoTransform
CreateEncryptor
()
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
64
public override ICryptoTransform
CreateEncryptor
() => _impl.CreateEncryptor();
System\Security\Cryptography\TripleDesImplementation.cs (1)
30
public override ICryptoTransform
CreateEncryptor
()
7 references to CreateEncryptor
System.Security.Cryptography (5)
System\Security\Cryptography\AesCryptoServiceProvider.cs (1)
69
public override ICryptoTransform CreateEncryptor() => _impl.
CreateEncryptor
();
System\Security\Cryptography\AesManaged.cs (1)
67
public override ICryptoTransform CreateEncryptor() => _impl.
CreateEncryptor
();
System\Security\Cryptography\RijndaelImplementation.cs (1)
83
public override ICryptoTransform CreateEncryptor() => _impl.
CreateEncryptor
();
System\Security\Cryptography\RijndaelManaged.cs (1)
80
public override ICryptoTransform CreateEncryptor() => _impl.
CreateEncryptor
();
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
64
public override ICryptoTransform CreateEncryptor() => _impl.
CreateEncryptor
();
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
709
using ICryptoTransform enc = symmetricAlgorithm.
CreateEncryptor
();
System\Security\Cryptography\Xml\SymmetricKeyWrap.cs (1)
138
enc = aes.
CreateEncryptor
();