2 writes to _core
System.Security.Cryptography (2)
System\Security\Cryptography\TripleDESCng.Windows.cs (2)
23_core = new CngSymmetricAlgorithmCore(this); 41_core = new CngSymmetricAlgorithmCore(this, keyName, provider, openOptions);
15 references to _core
System.Security.Cryptography (15)
System\Security\Cryptography\TripleDESCng.Windows.cs (15)
48return _core.GetKeyIfExportable(); 52_core.SetKey(value); 65_core.SetKeySize(value, this); 72return _core.CreateDecryptor(); 77return _core.CreateDecryptor(rgbKey, rgbIV); 83return _core.CreateEncryptor(); 88return _core.CreateEncryptor(rgbKey, rgbIV); 93_core.GenerateKey(); 98_core.GenerateIV(); 107ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 125ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 144ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 163ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 183ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 203ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher(