Base:
method
CreateEncryptor
System.Security.Cryptography.SymmetricAlgorithm.CreateEncryptor(System.Byte[], System.Byte[])
2 references to CreateEncryptor
System.Security (2)
system\security\cryptography\xml\symmetrickeywrap.cs (2)
50
ICryptoTransform enc1 = tripleDES.
CreateEncryptor
(rgbKey, rgbIV);
60
ICryptoTransform enc2 = tripleDES.
CreateEncryptor
(rgbKey, s_rgbTripleDES_KW_IV);