Base:
method
CreateDecryptor
System.Security.Cryptography.SymmetricAlgorithm.CreateDecryptor(System.Byte[], System.Byte[])
2 references to CreateDecryptor
System.Security (2)
system\security\cryptography\xml\symmetrickeywrap.cs (2)
75ICryptoTransform dec1 = tripleDES.CreateDecryptor(rgbKey, s_rgbTripleDES_KW_IV); 84ICryptoTransform dec2 = tripleDES.CreateDecryptor(rgbKey, rgbIV);