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)
50ICryptoTransform enc1 = tripleDES.CreateEncryptor(rgbKey, rgbIV); 60ICryptoTransform enc2 = tripleDES.CreateEncryptor(rgbKey, s_rgbTripleDES_KW_IV);