'Declaration Public Property NewEncryptionKeyServerToClient As Byte()
'Usage Dim instance As SSHTransportLayerProtocol Dim value() As Byte instance.NewEncryptionKeyServerToClient = value value = instance.NewEncryptionKeyServerToClient
public byte[] NewEncryptionKeyServerToClient {get; set;}