| _encrypting | Internal.Cryptography.BasicSymmetricCipherCsp | private |
| _hKey | Internal.Cryptography.BasicSymmetricCipherCsp | private |
| _hProvider | Internal.Cryptography.BasicSymmetricCipherCsp | private |
| AcquireSafeProviderHandle() | Internal.Cryptography.BasicSymmetricCipherCsp | inlineprivatestatic |
| BasicSymmetricCipher(byte[] iv, int blockSizeInBytes, int paddingSizeInBytes) | Internal.Cryptography.BasicSymmetricCipher | inlineprotected |
| BasicSymmetricCipher(byte[] iv, int blockSizeInBytes, int paddingSizeInBytes) | Internal.Cryptography.BasicSymmetricCipher | inlineprotected |
| BasicSymmetricCipher(byte[] iv, int blockSizeInBytes, int paddingSizeInBytes) | Internal.Cryptography.BasicSymmetricCipher | inlineprotected |
| BasicSymmetricCipherCsp(int algId, CipherMode cipherMode, int blockSizeInBytes, byte[] key, int effectiveKeyLength, bool addNoSaltFlag, byte[] iv, bool encrypting, int feedbackSize, int paddingSizeInBytes) | Internal.Cryptography.BasicSymmetricCipherCsp | inline |
| BlockSizeInBytes | Internal.Cryptography.BasicSymmetricCipher | |
| Dispose(bool disposing) | Internal.Cryptography.BasicSymmetricCipherCsp | inlineprotectedvirtual |
| Internal::Cryptography::BasicSymmetricCipher.Dispose() | Internal.Cryptography.BasicSymmetricCipher | inline |
| ImportCspBlob(SafeProvHandle safeProvHandle, int algId, byte[] rawKey, bool addNoSaltFlag) | Internal.Cryptography.BasicSymmetricCipherCsp | inlineprivatestatic |
| IV | Internal.Cryptography.BasicSymmetricCipher | protected |
| PaddingSizeInBytes | Internal.Cryptography.BasicSymmetricCipher | |
| Reset() | Internal.Cryptography.BasicSymmetricCipherCsp | inlineprivate |
| Transform(ReadOnlySpan< byte > input, Span< byte > output) | Internal.Cryptography.BasicSymmetricCipherCsp | inline |
| Transform(ReadOnlySpan< byte > input, Span< byte > output, bool isFinal) | Internal.Cryptography.BasicSymmetricCipherCsp | inlineprivate |
| TransformFinal(ReadOnlySpan< byte > input, Span< byte > output) | Internal.Cryptography.BasicSymmetricCipherCsp | inline |