_keyName | Internal.Cryptography.CngSymmetricAlgorithmCore | private |
_optionOptions | Internal.Cryptography.CngSymmetricAlgorithmCore | private |
_outer | Internal.Cryptography.CngSymmetricAlgorithmCore | private |
_provider | Internal.Cryptography.CngSymmetricAlgorithmCore | private |
CngSymmetricAlgorithmCore(ICngSymmetricAlgorithm outer) | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
CngSymmetricAlgorithmCore(ICngSymmetricAlgorithm outer, string keyName, CngProvider provider, CngKeyOpenOptions openOptions) | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
CreateCryptoTransform(bool encrypting) | Internal.Cryptography.CngSymmetricAlgorithmCore | inlineprivate |
CreateCryptoTransform(byte[] iv, bool encrypting, PaddingMode padding, CipherMode mode, int feedbackSizeInBits) | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
CreateCryptoTransform(byte[] rgbKey, byte[] rgbIV, bool encrypting, PaddingMode padding, CipherMode mode, int feedbackSizeInBits) | Internal.Cryptography.CngSymmetricAlgorithmCore | inlineprivate |
CreateDecryptor() | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
CreateDecryptor(byte[] rgbKey, byte[] rgbIV) | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
CreateEncryptor() | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
CreateEncryptor(byte[] rgbKey, byte[] rgbIV) | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
CreateEphemeralCryptoTransformCore(byte[] key, byte[] iv, bool encrypting, PaddingMode padding, CipherMode mode, int feedbackSizeInBits) | Internal.Cryptography.CngSymmetricAlgorithmCore | inlineprivate |
CreatePersistedCryptoTransformCore(Func< CngKey > cngKeyFactory, byte[] iv, bool encrypting, PaddingMode padding, CipherMode mode, int feedbackSizeInBits) | Internal.Cryptography.CngSymmetricAlgorithmCore | inlineprivate |
GenerateIV() | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
GenerateKey() | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
GetKeyIfExportable() | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
KeyInPlainText | Internal.Cryptography.CngSymmetricAlgorithmCore | private |
ProduceCngKey() | Internal.Cryptography.CngSymmetricAlgorithmCore | inlineprivate |
SetKey(byte[] key) | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
SetKeySize(int keySize, ICngSymmetricAlgorithm outer) | Internal.Cryptography.CngSymmetricAlgorithmCore | inline |
ValidateFeedbackSize(CipherMode mode, int feedbackSizeInBits) | Internal.Cryptography.CngSymmetricAlgorithmCore | inlineprivate |