SymmetricCipher public abstract class SymmetricCipher : Cipher Base class for symmetric cipher implementations. Documentation Code protected byte[] Key { get; } Gets the key. protected SymmetricCipher(byte[] key) Initializes a new instance of the SymmetricCipher class.