Renci.SshNet.Common.DerData.DerData C# (CSharp) Method

DerData() public method

Initializes a new instance of the DerData class.
public DerData ( ) : System
return System
        public DerData()
        {
            _data = new List<byte>();
        }

Same methods

DerData::DerData ( byte data ) : System