ParametersWithContext public class ParametersWithContext : ICipherParameters Documentation Code public int ContextLength { get; } public ICipherParameters Parameters { get; } public ParametersWithContext(ICipherParameters parameters, byte[] context) public ParametersWithContext(ICipherParameters parameters, byte[] context, int contextOff, int contextLen) public void CopyContextTo(byte[] buf, int off, int len) public byte[] GetContext()