3 writes to _core
System.Security.Cryptography (3)
System\Security\Cryptography\AesCng.Windows.cs (3)
24_core = new CngSymmetricAlgorithmCore(this); 42_core = new CngSymmetricAlgorithmCore(this, keyName, provider, openOptions); 72_core = new CngSymmetricAlgorithmCore(this, duplicate);
15 references to _core
System.Security.Cryptography (15)
System\Security\Cryptography\AesCng.Windows.cs (15)
80return _core.GetKeyIfExportable(); 84_core.SetKey(value); 97_core.SetKeySize(value, this); 104return _core.CreateDecryptor(); 109return _core.CreateDecryptor(rgbKey, rgbIV); 115return _core.CreateEncryptor(); 120return _core.CreateEncryptor(rgbKey, rgbIV); 125_core.GenerateKey(); 130_core.GenerateIV(); 139ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 157ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 176ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 195ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 215ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher( 235ILiteSymmetricCipher cipher = _core.CreateLiteSymmetricCipher(