Renci.SshNet.Security.KeyHostAlgorithm.SignatureKeyData.LoadData C# (CSharp) Method

LoadData() protected method

Called when type specific data need to be loaded.
protected LoadData ( ) : void
return void
            protected override void LoadData()
            {
                AlgorithmName = ReadBinary();
                Signature = ReadBinary();
            }
KeyHostAlgorithm.SignatureKeyData