4 references to ProduceCngKey
System.Security.Cryptography (4)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (4)
41using (CngKey cngKey = ProduceCngKey()) 85using (CngKey cngKey = ProduceCngKey()) 149return CreatePersistedCryptoTransformCore(ProduceCngKey, _outer.IV, encrypting, _outer.Padding, _outer.Mode, _outer.FeedbackSize); 159return CreatePersistedLiteSymmetricCipher(ProduceCngKey, iv, encrypting, mode, feedbackSizeInBits);