EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

GetSSHParamBytes Method

Used to read a field from an SSH packet's payload.

Syntax

[VB.NET]
Public Function GetSSHParamBytes(ByVal Payload As String, ByVal Field As String) As String
[C#]
public byte[] GetSSHParamBytes(byte[] payload, string field);

Remarks

This method is the same as calling GetSSHParam, but returns raw bytes instead of strings.

Note: This method is only applicable for reading and creating SSH packets for use within the SSHCustomAuth event.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]